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