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