3 writes to _browsableAttributes
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
362get => _browsableAttributes ??= new(BrowsableAttribute.Yes); 367_browsableAttributes = new(BrowsableAttribute.Yes); 373_browsableAttributes = new(attributes);