3 references to CornflowerBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
169 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.CornflowerBlue"/>.</summary> 170 public static SolidColorBrush CornflowerBlue => cornflowerBlue ??= new(Colors.CornflowerBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
779 "cornflowerblue" => Colors.CornflowerBlue,