12 writes to CellPadding
System.Web (12)
UI\WebControls\BaseDataList.cs (1)
99
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\CheckBoxList.cs (1)
68
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\DetailsView.cs (1)
431
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\FormView.cs (1)
278
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\GridView.cs (1)
479
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\RadioButtonList.cs (1)
54
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\Table.cs (1)
120
((TableStyle)ControlStyle).
CellPadding
= value;
UI\WebControls\TableStyle.cs (2)
266
this.
CellPadding
= ts.CellPadding;
319
this.
CellPadding
= ts.CellPadding;
UI\WebControls\Wizard.cs (2)
288
((TableStyle)ControlStyle).
CellPadding
= value;
1352
controlStyle.
CellPadding
= 0;
UI\WebParts\WebPartMenuStyle.cs (1)
28
CellPadding
= 1;
11 references to CellPadding
System.Web (11)
UI\WebControls\BaseDataList.cs (1)
96
return ((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\CheckBoxList.cs (1)
65
return ((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\DetailsView.cs (1)
428
return((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\FormView.cs (1)
275
return ((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\GridView.cs (1)
476
return ((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\RadioButtonList.cs (1)
51
return ((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\Table.cs (1)
117
return((TableStyle)ControlStyle).
CellPadding
;
UI\WebControls\TableStyle.cs (3)
196
n =
CellPadding
;
266
this.CellPadding = ts.
CellPadding
;
319
this.CellPadding = ts.
CellPadding
;
UI\WebControls\Wizard.cs (1)
285
return ((TableStyle)ControlStyle).
CellPadding
;