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