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