1 write to NewPasswordLabel
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
2899
container.
NewPasswordLabel
= new LabelLiteral(newPasswordTextBox);
3 references to NewPasswordLabel
System.Web (3)
UI\WebControls\ChangePassword.cs (3)
2248
LoginUtil.ApplyStyleToLiteral(container.
NewPasswordLabel
, NewPasswordLabelText, LabelStyle, false);
3058
c.Controls.Add(container.
NewPasswordLabel
);
3060
container.
NewPasswordLabel
.RenderAsLabel = true;