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