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