3 references to HotPink
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
638return KnownColors.SolidColorBrushFromUint((uint)KnownColor.HotPink);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
420if (colorUpper.Equals("HOTPINK")) return KnownColor.HotPink; 1317return Color.FromUInt32((uint)KnownColor.HotPink);