3 references to DarkGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
197 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DarkGreen"/>.</summary> 198 public static SolidColorBrush DarkGreen => darkGreen ??= new(Colors.DarkGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
791 "darkgreen" => Colors.DarkGreen,