3 references to MintCream
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1038
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
MintCream
);
System\Windows\Media\Knowncolors.cs (2)
571
return KnownColor.
MintCream
;
1864
return Color.FromUInt32((uint)KnownColor.
MintCream
);