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