3 references to Navy
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
415
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
Navy
"/>.</summary>
416
public static SolidColorBrush Navy => navy ??= new(Colors.
Navy
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
863
"navy" => Colors.
Navy
,