<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.ComponentModel.BindableAttribute

public sealed class BindableAttribute : Attribute
namespace System.ComponentModel { public sealed class BindableAttribute : Attribute { public static readonly BindableAttribute Default; public static readonly BindableAttribute No; public static readonly BindableAttribute Yes; public bool Bindable { get; } public BindingDirection Direction { get; } public BindableAttribute(bool bindable); public BindableAttribute(bool bindable, BindingDirection direction); public BindableAttribute(BindableSupport flags); public BindableAttribute(BindableSupport flags, BindingDirection direction); } }