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