5 references to WhiteSmoke
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
2523
whiteSmoke = new SolidBrush(Color.
WhiteSmoke
);
commonui\System\Drawing\Pens.cs (1)
2524
whiteSmoke = new Pen(Color.
WhiteSmoke
, true);
System.Web.DataVisualization (1)
Common\Utilities\ColorPalette.cs (1)
234
Color.
WhiteSmoke
,
System.Windows.Forms.DataVisualization (1)
Common\Utilities\ColorPalette.cs (1)
234
Color.
WhiteSmoke
,
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1691
private Color previewForeColor = Color.
WhiteSmoke
;