3 references to MediumBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
376
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
MediumBlue
"/>.</summary>
377
public static SolidColorBrush MediumBlue => mediumBlue ??= new(Colors.
MediumBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
850
"mediumblue" => Colors.
MediumBlue
,