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