3 references to Crimson
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
253return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Crimson);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
410if (colorUpper.Equals("CRIMSON")) return KnownColor.Crimson; 932return Color.FromUInt32((uint)KnownColor.Crimson);