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