3 references to DarkBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
181
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
DarkBlue
"/>.</summary>
182
public static SolidColorBrush DarkBlue => darkBlue ??= new(Colors.
DarkBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
783
"darkblue" => Colors.
DarkBlue
,