3 references to PaleGoldenrod
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
436 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.PaleGoldenrod"/>.</summary> 437 public static SolidColorBrush PaleGoldenrod => paleGoldenrod ??= new(Colors.PaleGoldenrod);
Microsoft.Maui.Graphics (1)
Color.cs (1)
870 "palegoldenrod" => Colors.PaleGoldenrod,