3 references to DeepPink
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
460
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DeepPink
);
System\Windows\Media\Knowncolors.cs (2)
442
if (colorUpper.Equals("DEEPPINK")) return KnownColor.
DeepPink
;
1137
return Color.FromUInt32((uint)KnownColor.
DeepPink
);