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