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