2 writes to Bindable
System.ComponentModel.TypeConverter (2)
System\ComponentModel\BindableAttribute.cs (2)
47Bindable = bindable; 63Bindable = (flags != BindableSupport.No);
3 references to Bindable
System.ComponentModel.TypeConverter (3)
System\ComponentModel\BindableAttribute.cs (3)
85return obj is BindableAttribute other && other.Bindable == Bindable; 88public override int GetHashCode() => Bindable.GetHashCode();