3 references to LightGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
334
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
LightGreen
"/>.</summary>
335
public static SolidColorBrush LightGreen => lightGreen ??= new(Colors.
LightGreen
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
839
"lightgreen" => Colors.
LightGreen
,