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