3 references to DeepPink
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
400
return new Color(KnownColor.
DeepPink
);
commonui\System\Drawing\KnownColorTable.cs (2)
106
values[(int)KnownColor.
DeepPink
] = unchecked((int)0xFFFF1493);
297
values[(int)KnownColor.
DeepPink
] = "DeepPink";