3 references to LimeGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
361 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LimeGreen"/>.</summary> 362 public static SolidColorBrush LimeGreen => limeGreen ??= new(Colors.LimeGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
845 "limegreen" => Colors.LimeGreen,