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