5 instantiations of WebBrowsableAttribute
System.Web (5)
UI\WebParts\PropertyGridEditorPart.cs (3)
354WebBrowsable(), 366WebBrowsable(), 378WebBrowsable(),
UI\WebParts\WebBrowsableAttribute.cs (2)
19public static readonly WebBrowsableAttribute Yes = new WebBrowsableAttribute(true); 23public static readonly WebBrowsableAttribute No = new WebBrowsableAttribute(false);
6 references to WebBrowsableAttribute
System.Web (6)
UI\WebParts\PropertyGridEditorPart.cs (1)
33new Attribute[] { WebBrowsableAttribute.Yes };
UI\WebParts\WebBrowsableAttribute.cs (5)
19public static readonly WebBrowsableAttribute Yes = new WebBrowsableAttribute(true); 23public static readonly WebBrowsableAttribute No = new WebBrowsableAttribute(false); 27public static readonly WebBrowsableAttribute Default = No; 56WebBrowsableAttribute other = obj as WebBrowsableAttribute;