1 write to _cell
System.Web (1)
UI\WebControls\Wizard.cs (1)
3231_cell = new TableCell();
6 references to _cell
System.Web (6)
UI\WebControls\Wizard.cs (6)
3232_cell.Height = Unit.Percentage(100); 3233_cell.Width = Unit.Percentage(100); 3234row.Controls.Add(_cell); 3245get { return _cell; } 3260_cell.Height = Unit.Pixel(1); 3270_cell.EnableTheming = _owner.EnableTheming;