3 references to OrangeRed
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1144return KnownColors.SolidColorBrushFromUint((uint)KnownColor.OrangeRed);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
504if (colorUpper.Equals("ORANGERED")) return KnownColor.OrangeRed; 1823return Color.FromUInt32((uint)KnownColor.OrangeRed);