19 references to LightGray
System.Drawing (6)
commonui\System\Drawing\Advanced\ColorTranslator.cs (2)
258
c = Color.
LightGray
;
328
if (c == Color.
LightGray
) {
commonui\System\Drawing\Bitmap.cs (2)
38
private static Color defaultTransparentColor = Color.
LightGray
;
405
return GetHbitmap(Color.
LightGray
);
commonui\System\Drawing\Brushes.cs (1)
1350
lightGray = new SolidBrush(Color.
LightGray
);
commonui\System\Drawing\Pens.cs (1)
1351
lightGray = new Pen(Color.
LightGray
, true);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
45
return Color.
LightGray
;
System.Web.DataVisualization (5)
Common\General\Axis.cs (2)
3114
stripLine.BackColor = (ChartArea.Area3DStyle.Enable3D) ? Color.DarkGray : Color.
LightGray
;
3124
stripLine.BackColor = Color.
LightGray
;
Common\General\ChartArea3D.cs (1)
699
sceneBackColor = Color.
LightGray
;
Common\General\LegendColumns.cs (2)
1598
resultColor = Color.
LightGray
;
1609
resultColor = Color.
LightGray
;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
892
TransparentColor = Color.
LightGray
;
896
return !TransparentColor.Equals(Color.
LightGray
);
System.Windows.Forms.DataVisualization (5)
Common\General\Axis.cs (2)
3114
stripLine.BackColor = (ChartArea.Area3DStyle.Enable3D) ? Color.DarkGray : Color.
LightGray
;
3124
stripLine.BackColor = Color.
LightGray
;
Common\General\ChartArea3D.cs (1)
699
sceneBackColor = Color.
LightGray
;
Common\General\LegendColumns.cs (2)
1598
resultColor = Color.
LightGray
;
1609
resultColor = Color.
LightGray
;