3 references to DeepSkyBlue
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
409
return new Color(KnownColor.
DeepSkyBlue
);
commonui\System\Drawing\KnownColorTable.cs (2)
107
values[(int)KnownColor.
DeepSkyBlue
] = unchecked((int)0xFF00BFFF);
298
values[(int)KnownColor.
DeepSkyBlue
] = "DeepSkyBlue";