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