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