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