3 references to DeepSkyBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
471
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DeepSkyBlue
);
System\Windows\Media\Knowncolors.cs (2)
566
if (colorUpper.Equals("DEEPSKYBLUE")) return KnownColor.
DeepSkyBlue
;
1148
return Color.FromUInt32((uint)KnownColor.
DeepSkyBlue
);