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