3 references to DeepSkyBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
465
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DeepSkyBlue
);
System\Windows\Media\Knowncolors.cs (2)
670
return KnownColor.
DeepSkyBlue
;
1291
return Color.FromUInt32((uint)KnownColor.
DeepSkyBlue
);