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