1 write to _headerTableCell
System.Web (1)
UI\WebControls\Wizard.cs (1)
2808_headerTableCell = new InternalTableCell(Owner) {
5 references to _headerTableCell
System.Web (5)
UI\WebControls\Wizard.cs (5)
2717_headerTableCell.ApplyStyle(Owner._headerStyle); 2813_headerTableCell.EnableTheming = Owner.EnableTheming; 2814Owner.HeaderTemplate.InstantiateIn(_headerTableCell); 2818_headerTableCell.Controls.Add(_titleLiteral); 2821_headerTableRow.Controls.Add(_headerTableCell);