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