3 references to YellowGreen
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
552 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.YellowGreen"/>.</summary> 553 public static SolidColorBrush YellowGreen => yellowGreen ??= new(Colors.YellowGreen);
Microsoft.Maui.Graphics (1)
Color.cs (1)
909 "yellowgreen" => Colors.YellowGreen,