3 references to NavajoWhite
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
412 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.NavajoWhite"/>.</summary> 413 public static SolidColorBrush NavajoWhite => navajoWhite ??= new(Colors.NavajoWhite);
Microsoft.Maui.Graphics (1)
Color.cs (1)
862 "navajowhite" => Colors.NavajoWhite,