3 references to DarkRed
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
213 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DarkRed"/>.</summary> 214 public static SolidColorBrush DarkRed => darkRed ??= new(Colors.DarkRed);
Microsoft.Maui.Graphics (1)
Color.cs (1)
794 "darkred" => Colors.DarkRed,