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