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