3 references to DeepPink
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
462return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DeepPink);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
446if (colorUpper.Equals("DEEPPINK")) return KnownColor.DeepPink; 1141return Color.FromUInt32((uint)KnownColor.DeepPink);