2 writes to bindable
System (2)
compmod\system\componentmodel\BindableAttribute.cs (2)
64this.bindable = bindable; 82this.bindable = (flags != BindableSupport.No);
3 references to bindable
System (3)
compmod\system\componentmodel\BindableAttribute.cs (3)
95return bindable; 120return (((BindableAttribute)obj).Bindable == bindable); 130return bindable.GetHashCode();