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