3 references to LightSlateGray
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
847return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightSlateGray);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
651if (colorUpper.Equals("LIGHTSLATEGRAY")) return KnownColor.LightSlateGray; 1526return Color.FromUInt32((uint)KnownColor.LightSlateGray);