1 write to Bindable
System.ComponentModel.TypeConverter (1)
System\ComponentModel\SettingsBindableAttribute.cs (1)
27Bindable = bindable;
3 references to Bindable
System.ComponentModel.TypeConverter (3)
System\ComponentModel\SettingsBindableAttribute.cs (3)
42return obj is SettingsBindableAttribute other && other.Bindable == Bindable; 45public override int GetHashCode() => Bindable.GetHashCode();