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