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