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