1 write to CurrentPasswordLabel
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
2890
container.
CurrentPasswordLabel
= new LabelLiteral(currentPasswordTextBox);
3 references to CurrentPasswordLabel
System.Web (3)
UI\WebControls\ChangePassword.cs (3)
2247
LoginUtil.ApplyStyleToLiteral(container.
CurrentPasswordLabel
, PasswordLabelText, LabelStyle, false);
3043
c.Controls.Add(container.
CurrentPasswordLabel
);
3045
container.
CurrentPasswordLabel
.RenderAsLabel = true;