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; 3226Controls.Add(_table); 3229_table.Controls.Add(row); 3241get { return _table; }