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