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