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)
41
return
_bindable
;
51
return (((SettingsBindableAttribute)obj).Bindable ==
_bindable
);
58
return
_bindable
.GetHashCode();