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