3 references to LightCoral
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
634
return new Color(KnownColor.
LightCoral
);
commonui\System\Drawing\KnownColorTable.cs (2)
132
values[(int)KnownColor.
LightCoral
] = unchecked((int)0xFFF08080);
323
values[(int)KnownColor.
LightCoral
] = "LightCoral";