3 references to LightSalmon
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
812
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightSalmon
);
System\Windows\Media\Knowncolors.cs (2)
576
if (colorUpper.Equals("LIGHTSALMON")) return KnownColor.
LightSalmon
;
1489
return Color.FromUInt32((uint)KnownColor.
LightSalmon
);