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