3 references to LightSalmon
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
340 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightSalmon"/>.</summary> 341 public static SolidColorBrush LightSalmon => lightSalmon ??= new(Colors.LightSalmon);
Microsoft.Maui.Graphics (1)
Color.cs (1)
841 "lightsalmon" => Colors.LightSalmon,