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