3 references to HotPink
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
544return new Color(KnownColor.HotPink);
commonui\System\Drawing\KnownColorTable.cs (2)
122values[(int)KnownColor.HotPink] = unchecked((int)0xFFFF69B4); 313values[(int)KnownColor.HotPink] = "HotPink";