3 references to LightPink
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
337 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightPink"/>.</summary> 338 public static SolidColorBrush LightPink => lightPink ??= new(Colors.LightPink);
Microsoft.Maui.Graphics (1)
Color.cs (1)
840 "lightpink" => Colors.LightPink,