3 references to DarkSlateGray
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
427
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DarkSlateGray
);
System\Windows\Media\Knowncolors.cs (2)
619
if (colorUpper.Equals("DARKSLATEGRAY")) return KnownColor.
DarkSlateGray
;
1104
return Color.FromUInt32((uint)KnownColor.
DarkSlateGray
);