3 references to DarkViolet
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
451return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DarkViolet);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
540if (colorUpper.Equals("DARKVIOLET")) return KnownColor.DarkViolet; 1130return Color.FromUInt32((uint)KnownColor.DarkViolet);