3 references to PapayaWhip
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
448 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.PapayaWhip"/>.</summary> 449 public static SolidColorBrush PapayaWhip => papayaWhip ??= new(Colors.PapayaWhip);
Microsoft.Maui.Graphics (1)
Color.cs (1)
874 "papayawhip" => Colors.PapayaWhip,