1 write to browsable
System (1)
compmod\system\componentmodel\BrowsableAttribute.cs (1)
50
this.
browsable
= browsable;
3 references to browsable
System (3)
compmod\system\componentmodel\BrowsableAttribute.cs (3)
60
return
browsable
;
74
return (other != null) && other.Browsable ==
browsable
;
81
return
browsable
.GetHashCode();