3 references to MintCream
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1045return KnownColors.SolidColorBrushFromUint((uint)KnownColor.MintCream);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
499if (colorUpper.Equals("MINTCREAM")) return KnownColor.MintCream; 1724return Color.FromUInt32((uint)KnownColor.MintCream);