5 references to Gray
Microsoft.Maui.Controls (3)
Brush\Brush.cs (2)
274 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Gray"/>.</summary> 275 public static SolidColorBrush Gray => gray ??= new(Colors.Gray);
IndicatorView\IndicatorStackLayout.cs (1)
119 ? GetColorOrDefault(_indicatorView.SelectedIndicatorColor, Colors.Gray)
Microsoft.Maui.Graphics (2)
Color.cs (1)
815 "gray" => Colors.Gray,
Colors.cs (1)
121 public static readonly Color Grey = Gray;