3 references to AntiqueWhite
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
55return KnownColors.SolidColorBrushFromUint((uint)KnownColor.AntiqueWhite);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
602if (colorUpper.Equals("ANTIQUEWHITE")) return KnownColor.AntiqueWhite; 734return Color.FromUInt32((uint)KnownColor.AntiqueWhite);