5 references to Desktop
System.Drawing.Common.Tests (4)
System\Drawing\ColorTranslatorTests.cs (2)
22
yield return (unchecked((int)0x80000001), SystemColors.
Desktop
);
114
yield return ("background", SystemColors.
Desktop
);
System\Drawing\SystemBrushesTests.cs (1)
23
yield return Brush(() => SystemBrushes.Desktop, SystemColors.
Desktop
);
System\Drawing\SystemPensTest.cs (1)
25
yield return Pen(() => SystemPens.Desktop, SystemColors.
Desktop
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewTests.Rendering.cs (1)
94
State.Pen(16, SystemColors.
Desktop
, penStyle),