3 references to OrangeRed
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
432 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.OrangeRed"/>.</summary> 433 public static SolidColorBrush OrangeRed => orangeRed ??= new(Colors.OrangeRed);
Microsoft.Maui.Graphics (1)
Color.cs (1)
872 "orangered" => Colors.OrangeRed,