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