3 references to LightGoldenrodYellow
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
324 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightGoldenrodYellow"/>.</summary> 325 public static SolidColorBrush LightGoldenrodYellow => lightGoldenrodYellow ??= new(Colors.LightGoldenrodYellow);
Microsoft.Maui.Graphics (1)
Color.cs (1)
832 "lightgoldenrodyellow" => Colors.LightGoldenrodYellow,