3 references to SeaShell
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1362
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
SeaShell
);
System\Windows\Media\Knowncolors.cs (2)
455
if (colorUpper.Equals("SEASHELL")) return KnownColor.
SeaShell
;
2039
return Color.FromUInt32((uint)KnownColor.
SeaShell
);