1 write to ConfirmNewPasswordLabel
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
2908
container.
ConfirmNewPasswordLabel
= new LabelLiteral(confirmNewPasswordTextBox);
3 references to ConfirmNewPasswordLabel
System.Web (3)
UI\WebControls\ChangePassword.cs (3)
2249
LoginUtil.ApplyStyleToLiteral(container.
ConfirmNewPasswordLabel
, ConfirmNewPasswordLabelText, LabelStyle, false);
3082
c.Controls.Add(container.
ConfirmNewPasswordLabel
);
3084
container.
ConfirmNewPasswordLabel
.RenderAsLabel = true;