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