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