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