3 writes to _browsableAttributes
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
361get => _browsableAttributes ??= new(BrowsableAttribute.Yes); 366_browsableAttributes = new(BrowsableAttribute.Yes); 372_browsableAttributes = new(attributes);