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