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