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