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