1 write to _titleLiteral
System.Web (1)
UI\WebControls\Wizard.cs (1)
2817_titleLiteral = new LiteralControl();
5 references to _titleLiteral
System.Web (5)
UI\WebControls\Wizard.cs (5)
2721if (_titleLiteral != null) { 2722_titleLiteral.Visible = false; 2728if (_titleLiteral != null) { 2729_titleLiteral.Text = Owner.HeaderText; 2818_headerTableCell.Controls.Add(_titleLiteral);