3 references to LightYellow
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
355 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightYellow"/>.</summary> 356 public static SolidColorBrush LightYellow => lightYellow ??= new(Colors.LightYellow);
Microsoft.Maui.Graphics (1)
Color.cs (1)
843 "lightyellow" => Colors.LightYellow,