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