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