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