4 references to DarkSlateGray
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
225
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
DarkSlateGray
"/>.</summary>
226
public static SolidColorBrush DarkSlateGray => darkSlateGray ??= new(Colors.
DarkSlateGray
);
Microsoft.Maui.Graphics (2)
Color.cs (1)
798
"darkslategray" => Colors.
DarkSlateGray
,
Colors.cs (1)
83
public static readonly Color DarkSlateGrey =
DarkSlateGray
;