17 writes to CellSpacing
System.Web (17)
UI\WebControls\BaseDataList.cs (1)
121
((TableStyle)ControlStyle).
CellSpacing
= value;
UI\WebControls\CheckBoxList.cs (1)
92
((TableStyle)ControlStyle).
CellSpacing
= value;
UI\WebControls\DataGrid.cs (1)
1221
controlStyle.
CellSpacing
= 0;
UI\WebControls\DataList.cs (1)
940
controlStyle.
CellSpacing
= 0;
UI\WebControls\DetailsView.cs (2)
453
((TableStyle)ControlStyle).
CellSpacing
= value;
1736
controlStyle.
CellSpacing
= 0;
UI\WebControls\FormView.cs (2)
300
((TableStyle)ControlStyle).
CellSpacing
= value;
1499
controlStyle.
CellSpacing
= 0;
UI\WebControls\GridView.cs (2)
500
((TableStyle)ControlStyle).
CellSpacing
= value;
2332
controlStyle.
CellSpacing
= 0;
UI\WebControls\RadioButtonList.cs (1)
76
((TableStyle)ControlStyle).
CellSpacing
= value;
UI\WebControls\Table.cs (1)
143
((TableStyle)ControlStyle).
CellSpacing
= value;
UI\WebControls\TableStyle.cs (2)
268
this.
CellSpacing
= ts.CellSpacing;
321
this.
CellSpacing
= ts.CellSpacing;
UI\WebControls\Wizard.cs (2)
306
((TableStyle)ControlStyle).
CellSpacing
= value;
1351
controlStyle.
CellSpacing
= 0;
UI\WebParts\WebPartMenuStyle.cs (1)
29
CellSpacing
= 0;
11 references to CellSpacing
System.Web (11)
UI\WebControls\BaseDataList.cs (1)
118
return ((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\CheckBoxList.cs (1)
89
return ((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\DetailsView.cs (1)
450
return((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\FormView.cs (1)
297
return ((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\GridView.cs (1)
497
return ((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\RadioButtonList.cs (1)
73
return ((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\Table.cs (1)
140
return((TableStyle)ControlStyle).
CellSpacing
;
UI\WebControls\TableStyle.cs (3)
188
int n =
CellSpacing
;
268
this.CellSpacing = ts.
CellSpacing
;
321
this.CellSpacing = ts.
CellSpacing
;
UI\WebControls\Wizard.cs (1)
303
return ((TableStyle)ControlStyle).
CellSpacing
;