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