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