3 references to LightSeaGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
341 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightSeaGreen"/>.</summary> 342 public static SolidColorBrush LightSeaGreen => lightSeaGreen ??= new(Colors.LightSeaGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
838 "lightseagreen" => Colors.LightSeaGreen,