3 references to Red
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
1075return new Color(KnownColor.Red);
commonui\System\Drawing\KnownColorTable.cs (2)
181values[(int)KnownColor.Red] = unchecked((int)0xFFFF0000); 372values[(int)KnownColor.Red] = "Red";