3 references to Yellow
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
549 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Yellow"/>.</summary> 550 public static SolidColorBrush Yellow => yellow ??= new(Colors.Yellow);
Microsoft.Maui.Graphics (1)
Color.cs (1)
908 "yellow" => Colors.Yellow,