3 references to Coral
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
220return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Coral);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
348if (colorUpper.Equals("CORAL")) return KnownColor.Coral; 899return Color.FromUInt32((uint)KnownColor.Coral);