3 references to IndianRed
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
291 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.IndianRed"/>.</summary> 292 public static SolidColorBrush IndianRed => indianRed ??= new(Colors.IndianRed);
Microsoft.Maui.Graphics (1)
Color.cs (1)
821 "indianred" => Colors.IndianRed,