3 references to PaleGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
441 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.PaleGreen"/>.</summary> 442 public static SolidColorBrush PaleGreen => paleGreen ??= new(Colors.PaleGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
875 "palegreen" => Colors.PaleGreen,