3 references to DeepPink
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
236
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
DeepPink
"/>.</summary>
237
public static SolidColorBrush DeepPink => deepPink ??= new(Colors.
DeepPink
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
802
"deeppink" => Colors.
DeepPink
,