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