3 references to LightCoral
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
746
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightCoral
);
System\Windows\Media\Knowncolors.cs (2)
543
if (colorUpper.Equals("LIGHTCORAL")) return KnownColor.
LightCoral
;
1423
return Color.FromUInt32((uint)KnownColor.
LightCoral
);