1 write to browsableState
System (1)
compmod\system\componentmodel\EditorBrowsableAttribute.cs (1)
24
browsableState
= state;
3 references to browsableState
System (3)
compmod\system\componentmodel\EditorBrowsableAttribute.cs (3)
36
get { return
browsableState
;}
46
return (other != null) && other.
browsableState
==
browsableState
;