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