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