3 references to DarkSeaGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
221 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DarkSeaGreen"/>.</summary> 222 public static SolidColorBrush DarkSeaGreen => darkSeaGreen ??= new(Colors.DarkSeaGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
800 "darkseagreen" => Colors.DarkSeaGreen,