3 references to ActiveBorder
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
10public static Brush ActiveBorder => FromSystemColor(SystemColors.ActiveBorder);
System\Drawing\SystemPens.cs (1)
10public static Pen ActiveBorder => FromSystemColor(SystemColors.ActiveBorder);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
122public Color BorderColor { get; } = SystemColors.ActiveBorder;