3 references to Maroon
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
370 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Maroon"/>.</summary> 371 public static SolidColorBrush Maroon => maroon ??= new(Colors.Maroon);
Microsoft.Maui.Graphics (1)
Color.cs (1)
848 "maroon" => Colors.Maroon,