3 references to SeaGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
487 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.SeaGreen"/>.</summary> 488 public static SolidColorBrush SeaGreen => seaGreen ??= new(Colors.SeaGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
887 "seagreen" => Colors.SeaGreen,