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