2 writes to BorderColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
492set => _commandsPane.BorderColor = value; 655set => _helpPane.BorderColor = value;
3 references to BorderColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
491get => _commandsPane.BorderColor; 654get => _helpPane.BorderColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.SnappableControl.cs (1)
44using var borderPen = BorderColor.GetCachedPenScope();