1 write to _headerLiteral
System.Web (1)
UI\WebControls\Wizard.cs (1)
2533
_headerLiteral
= new Literal();
3 references to _headerLiteral
System.Web (3)
UI\WebControls\Wizard.cs (3)
2475
if (
_headerLiteral
!= null) {
2478
_headerLiteral
.Text = Owner.HeaderText;
2534
ReplacePlaceholderWithControl(layoutContainer, placeholder,
_headerLiteral
);