3 references to CornflowerBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
229
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
CornflowerBlue
);
System\Windows\Media\Knowncolors.cs (2)
641
if (colorUpper.Equals("CORNFLOWERBLUE")) return KnownColor.
CornflowerBlue
;
906
return Color.FromUInt32((uint)KnownColor.
CornflowerBlue
);