3 references to AntiqueWhite
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
121
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
AntiqueWhite
"/>.</summary>
122
public static SolidColorBrush AntiqueWhite => antiqueWhite ??= new(Colors.
AntiqueWhite
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
763
"antiquewhite" => Colors.
AntiqueWhite
,