3 references to LightCoral
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
318
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
LightCoral
"/>.</summary>
319
public static SolidColorBrush LightCoral => lightCoral ??= new(Colors.
LightCoral
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
830
"lightcoral" => Colors.
LightCoral
,