3 references to ForestGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
258 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.ForestGreen"/>.</summary> 259 public static SolidColorBrush ForestGreen => forestGreen ??= new(Colors.ForestGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
813 "forestgreen" => Colors.ForestGreen,