1 write to _bindable
System (1)
compmod\system\componentmodel\SettingsBindableAttribute.cs (1)
33_bindable = bindable;
3 references to _bindable
System (3)
compmod\system\componentmodel\SettingsBindableAttribute.cs (3)
41return _bindable; 51return (((SettingsBindableAttribute)obj).Bindable == _bindable); 58return _bindable.GetHashCode();