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