4 references to DarkGray
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
190 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DarkGray"/>.</summary> 191 public static SolidColorBrush DarkGray => darkGray ??= new(Colors.DarkGray);
Microsoft.Maui.Graphics (2)
Color.cs (1)
786 "darkgray" => Colors.DarkGray,
Colors.cs (1)
61 public static readonly Color DarkGrey = DarkGray;