3 references to DarkRed
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
337return new Color(KnownColor.DarkRed);
commonui\System\Drawing\KnownColorTable.cs (2)
99values[(int)KnownColor.DarkRed] = unchecked((int)0xFF8B0000); 290values[(int)KnownColor.DarkRed] = "DarkRed";