1 write to _table
System.Web (1)
UI\WebControls\Wizard.cs (1)
3223
_table
= new WizardDefaultInnerTable();
4 references to _table
System.Web (4)
UI\WebControls\Wizard.cs (4)
3224
_table
.EnableTheming = false;
3226
Controls.Add(
_table
);
3229
_table
.Controls.Add(row);
3241
get { return
_table
; }