2 writes to BorderColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
489
set => _commandsPane.
BorderColor
= value;
652
set => _helpPane.
BorderColor
= value;
3 references to BorderColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
488
get => _commandsPane.
BorderColor
;
651
get => _helpPane.
BorderColor
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.SnappableControl.cs (1)
44
using var borderPen =
BorderColor
.GetCachedPenScope();