5 references to BrowsableAttributes
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
377_rootEntry.BrowsableAttributes = BrowsableAttributes; 1042var attributes = new Attribute[BrowsableAttributes.Count]; 1043BrowsableAttributes.CopyTo(attributes, 0); 4171if (BrowsableAttributes is not null) 4173_rootEntry.BrowsableAttributes = BrowsableAttributes;