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)
2698if (_stepTableCell != null) { 2705_stepTableCell.ApplyStyle(Owner._stepStyle); 2798stepRow.Controls.Add(_stepTableCell); 2800_stepTableCell.Controls.Add(Owner.MultiView); 2912dictionary[_stepTableCellID] = _stepTableCell;