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;
2814
Owner.HeaderTemplate.InstantiateIn(
_headerTableCell
);
2818
_headerTableCell
.Controls.Add(_titleLiteral);
2821
_headerTableRow.Controls.Add(
_headerTableCell
);