3 references to LightSlateGray
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
845
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightSlateGray
);
System\Windows\Media\Knowncolors.cs (2)
647
if (colorUpper.Equals("LIGHTSLATEGRAY")) return KnownColor.
LightSlateGray
;
1522
return Color.FromUInt32((uint)KnownColor.
LightSlateGray
);