2 references to DarkSlateGray
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
789
darkSlateGray = new SolidBrush(Color.
DarkSlateGray
);
commonui\System\Drawing\Pens.cs (1)
790
darkSlateGray = new Pen(Color.
DarkSlateGray
, true);