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