2 writes to BorderColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
495set => _commandsPane.BorderColor = value; 658set => _helpPane.BorderColor = value;
3 references to BorderColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
494get => _commandsPane.BorderColor; 657get => _helpPane.BorderColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.SnappableControl.cs (1)
44using var borderPen = BorderColor.GetCachedPenScope();