7 references to ActiveBorder
System.Drawing.Common.Tests (6)
System\Drawing\ColorTranslatorTests.cs (4)
12
yield return (unchecked((int)0x8000000A), SystemColors.
ActiveBorder
);
111
yield return ("activeborder", SystemColors.
ActiveBorder
);
152
yield return new object[] { "ActiveBorder", SystemColors.
ActiveBorder
};
153
yield return new object[] { "ACTIVEBORDER", SystemColors.
ActiveBorder
};
System\Drawing\SystemBrushesTests.cs (1)
10
yield return Brush(() => SystemBrushes.ActiveBorder, SystemColors.
ActiveBorder
);
System\Drawing\SystemPensTest.cs (1)
12
yield return Pen(() => SystemPens.ActiveBorder, SystemColors.
ActiveBorder
);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
122
public Color BorderColor { get; } = SystemColors.
ActiveBorder
;