3 references to DarkViolet
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
443
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DarkViolet
);
System\Windows\Media\Knowncolors.cs (2)
620
return KnownColor.
DarkViolet
;
1268
return Color.FromUInt32((uint)KnownColor.
DarkViolet
);