3 references to MintCream
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1043
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
MintCream
);
System\Windows\Media\Knowncolors.cs (2)
495
if (colorUpper.Equals("MINTCREAM")) return KnownColor.
MintCream
;
1720
return Color.FromUInt32((uint)KnownColor.
MintCream
);