3 references to Crimson
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
251return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Crimson);
System\Windows\Media\Knowncolors.cs (2)
406if (colorUpper.Equals("CRIMSON")) return KnownColor.Crimson; 928return Color.FromUInt32((uint)KnownColor.Crimson);