2 references to BorderColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (1)
283
Color borderColor = visualStyleRenderer.GetColor(ColorProperty.
BorderColor
);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
614
if (!ClientUtils.IsEnumValid(prop, (int)prop, (int)ColorProperty.
BorderColor
, (int)ColorProperty.AccentColorHint))