3 references to MintCream
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
403 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.MintCream"/>.</summary> 404 public static SolidColorBrush MintCream => mintCream ??= new(Colors.MintCream);
Microsoft.Maui.Graphics (1)
Color.cs (1)
859 "mintcream" => Colors.MintCream,