3 references to LightCoral
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
748return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightCoral);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
547if (colorUpper.Equals("LIGHTCORAL")) return KnownColor.LightCoral; 1427return Color.FromUInt32((uint)KnownColor.LightCoral);