3 references to LightSalmon
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
806
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightSalmon
);
System\Windows\Media\Knowncolors.cs (2)
684
return KnownColor.
LightSalmon
;
1632
return Color.FromUInt32((uint)KnownColor.
LightSalmon
);