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