3 references to PeachPuff
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
453 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.PeachPuff"/>.</summary> 454 public static SolidColorBrush PeachPuff => peachPuff ??= new(Colors.PeachPuff);
Microsoft.Maui.Graphics (1)
Color.cs (1)
879 "peachpuff" => Colors.PeachPuff,