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