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