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