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