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