3 references to MediumSlateBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
388
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
MediumSlateBlue
"/>.</summary>
389
public static SolidColorBrush MediumSlateBlue => mediumSlateBlue ??= new(Colors.
MediumSlateBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
854
"mediumslateblue" => Colors.
MediumSlateBlue
,