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