3 writes to browsableAttributes
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
72
browsableAttributes
= new AttributeCollection(new Attribute[]{BrowsableAttribute.Yes});
104
this.
browsableAttributes
= value;
272
this.
browsableAttributes
= new AttributeCollection(new Attribute[]{BrowsableAttribute.Yes});
6 references to browsableAttributes
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (6)
71
if (
browsableAttributes
== null) {
74
return this.
browsableAttributes
;
84
if (this.
browsableAttributes
!= null && value != null && this.
browsableAttributes
.Count == value.Count) {
85
Attribute[] attr1 = new Attribute[
browsableAttributes
.Count];
88
browsableAttributes
.CopyTo(attr1, 0);