3 references to BurlyWood
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
154 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.BurlyWood"/>.</summary> 155 public static SolidColorBrush BurlyWood => burlyWood ??= new(Colors.BurlyWood);
Microsoft.Maui.Graphics (1)
Color.cs (1)
774 "burlywood" => Colors.BurlyWood,