3 references to LightCoral
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
740return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightCoral);
System\Windows\Media\Knowncolors.cs (2)
639return KnownColor.LightCoral; 1566return Color.FromUInt32((uint)KnownColor.LightCoral);