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);
4174
if (
BrowsableAttributes
is not null)
4176
_rootEntry.BrowsableAttributes =
BrowsableAttributes
;