1 write to PasswordRecoveryLink
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
2975
container.
PasswordRecoveryLink
= new HyperLink();
3 references to PasswordRecoveryLink
System.Web (3)
UI\WebControls\ChangePassword.cs (3)
2385
HyperLink passwordRecoveryLink = container.
PasswordRecoveryLink
;
2976
container.
PasswordRecoveryLink
.ID = _passwordRecoveryLinkID;
3148
c.Controls.Add(container.
PasswordRecoveryLink
);