3 references to LemonChiffon
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
312 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LemonChiffon"/>.</summary> 313 public static SolidColorBrush LemonChiffon => lemonChiffon ??= new(Colors.LemonChiffon);
Microsoft.Maui.Graphics (1)
Color.cs (1)
828 "lemonchiffon" => Colors.LemonChiffon,