3 references to DeepPink
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
455
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DeepPink
);
System\Windows\Media\Knowncolors.cs (2)
496
return KnownColor.
DeepPink
;
1281
return Color.FromUInt32((uint)KnownColor.
DeepPink
);