3 references to GreenYellow
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
282 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.GreenYellow"/>.</summary> 283 public static SolidColorBrush GreenYellow => greenYellow ??= new(Colors.GreenYellow);
Microsoft.Maui.Graphics (1)
Color.cs (1)
818 "greenyellow" => Colors.GreenYellow,