3 references to Gold
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
268 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Gold"/>.</summary> 269 public static SolidColorBrush Gold => gold ??= new(Colors.Gold);
Microsoft.Maui.Graphics (1)
Color.cs (1)
813 "gold" => Colors.Gold,