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)
2721
if (
_titleLiteral
!= null) {
2722
_titleLiteral
.Visible = false;
2728
if (
_titleLiteral
!= null) {
2729
_titleLiteral
.Text = Owner.HeaderText;
2818
_headerTableCell.Controls.Add(
_titleLiteral
);