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