3 references to DarkSlateBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
224 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DarkSlateBlue"/>.</summary> 225 public static SolidColorBrush DarkSlateBlue => darkSlateBlue ??= new(Colors.DarkSlateBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
801 "darkslateblue" => Colors.DarkSlateBlue,