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