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