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