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