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