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