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