3 writes to _browsableAttributes
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
365
get =>
_browsableAttributes
??= new(BrowsableAttribute.Yes);
370
_browsableAttributes
= new(BrowsableAttribute.Yes);
376
_browsableAttributes
= new(attributes);