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