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)
661
return KnownColor.
DeepSkyBlue
;
1290
return Color.FromUInt32((uint)KnownColor.
DeepSkyBlue
);