3 references to AntiqueWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
53return KnownColors.SolidColorBrushFromUint((uint)KnownColor.AntiqueWhite);
System\Windows\Media\Knowncolors.cs (2)
598if (colorUpper.Equals("ANTIQUEWHITE")) return KnownColor.AntiqueWhite; 730return Color.FromUInt32((uint)KnownColor.AntiqueWhite);