6 references to DarkRed
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
721
darkRed = new SolidBrush(Color.
DarkRed
);
commonui\System\Drawing\Pens.cs (1)
722
darkRed = new Pen(Color.
DarkRed
, true);
System.Web.DataVisualization (1)
Common\Utilities\ColorPalette.cs (1)
274
Color.
DarkRed
,
System.Windows.Forms.DataVisualization (1)
Common\Utilities\ColorPalette.cs (1)
274
Color.
DarkRed
,
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
1239
keywordColors[0] = Color.
DarkRed
;
1262
this.SelectionColor = Color.
DarkRed
;