3 references to SlateBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
502
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
SlateBlue
"/>.</summary>
503
public static SolidColorBrush SlateBlue => slateBlue ??= new(Colors.
SlateBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
892
"slateblue" => Colors.
SlateBlue
,