3 references to Purple
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1276return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Purple);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
388if (colorUpper.Equals("PURPLE")) return KnownColor.Purple; 1955return Color.FromUInt32((uint)KnownColor.Purple);