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)
266this.CellPadding = ts.CellPadding; 319this.CellPadding = ts.CellPadding;
UI\WebControls\Wizard.cs (2)
288((TableStyle)ControlStyle).CellPadding = value; 1352controlStyle.CellPadding = 0;
UI\WebParts\WebPartMenuStyle.cs (1)
28CellPadding = 1;
11 references to CellPadding
System.Web (11)
UI\WebControls\BaseDataList.cs (1)
96return ((TableStyle)ControlStyle).CellPadding;
UI\WebControls\CheckBoxList.cs (1)
65return ((TableStyle)ControlStyle).CellPadding;
UI\WebControls\DetailsView.cs (1)
428return((TableStyle)ControlStyle).CellPadding;
UI\WebControls\FormView.cs (1)
275return ((TableStyle)ControlStyle).CellPadding;
UI\WebControls\GridView.cs (1)
476return ((TableStyle)ControlStyle).CellPadding;
UI\WebControls\RadioButtonList.cs (1)
51return ((TableStyle)ControlStyle).CellPadding;
UI\WebControls\Table.cs (1)
117return((TableStyle)ControlStyle).CellPadding;
UI\WebControls\TableStyle.cs (3)
196n = CellPadding; 266this.CellPadding = ts.CellPadding; 319this.CellPadding = ts.CellPadding;
UI\WebControls\Wizard.cs (1)
285return ((TableStyle)ControlStyle).CellPadding;