3 references to AntiqueWhite
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
47return KnownColors.SolidColorBrushFromUint((uint)KnownColor.AntiqueWhite);
System\Windows\Media\Knowncolors.cs (2)
713return KnownColor.AntiqueWhite; 873return Color.FromUInt32((uint)KnownColor.AntiqueWhite);