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