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