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