3 references to DarkViolet
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
449
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DarkViolet
);
System\Windows\Media\Knowncolors.cs (2)
536
if (colorUpper.Equals("DARKVIOLET")) return KnownColor.
DarkViolet
;
1126
return Color.FromUInt32((uint)KnownColor.
DarkViolet
);