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