1 write to _stepTableCell
System.Web (1)
UI\WebControls\Wizard.cs (1)
2796
_stepTableCell
= new TableCell();
5 references to _stepTableCell
System.Web (5)
UI\WebControls\Wizard.cs (5)
2698
if (
_stepTableCell
!= null) {
2705
_stepTableCell
.ApplyStyle(Owner._stepStyle);
2798
stepRow.Controls.Add(
_stepTableCell
);
2800
_stepTableCell
.Controls.Add(Owner.MultiView);
2912
dictionary[_stepTableCellID] =
_stepTableCell
;