3 references to HotPink
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
288
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
HotPink
"/>.</summary>
289
public static SolidColorBrush HotPink => hotPink ??= new(Colors.
HotPink
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
820
"hotpink" => Colors.
HotPink
,