6 references to DarkRed
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
721darkRed = new SolidBrush(Color.DarkRed);
commonui\System\Drawing\Pens.cs (1)
722darkRed = 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)
1239keywordColors[0] = Color.DarkRed; 1262this.SelectionColor = Color.DarkRed;