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