4 references to LightSlateGray
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
347 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightSlateGray"/>.</summary> 348 public static SolidColorBrush LightSlateGray => lightSlateGray ??= new(Colors.LightSlateGray);
Microsoft.Maui.Graphics (2)
Color.cs (1)
840 "lightslategray" => Colors.LightSlateGray,
Colors.cs (1)
167 public static readonly Color LightSlateGrey = LightSlateGray;