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