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