3 references to CornflowerBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
224
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
CornflowerBlue
);
System\Windows\Media\Knowncolors.cs (2)
774
return KnownColor.
CornflowerBlue
;
1050
return Color.FromUInt32((uint)KnownColor.
CornflowerBlue
);