5 references to BrowsableAttributes
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
381_rootEntry.BrowsableAttributes = BrowsableAttributes; 1087var attributes = new Attribute[BrowsableAttributes.Count]; 1088BrowsableAttributes.CopyTo(attributes, 0); 4219if (BrowsableAttributes is not null) 4221_rootEntry.BrowsableAttributes = BrowsableAttributes;