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