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