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);
3234
row.Controls.Add(
_cell
);
3245
get { return
_cell
; }
3260
_cell
.Height = Unit.Pixel(1);
3270
_cell
.EnableTheming = _owner.EnableTheming;