2 writes to CurrentView
System.Web (2)
UI\WebControls\ChangePassword.cs (2)
2076
CurrentView
= View.Success;
2218
CurrentView
= (View)o;
4 references to CurrentView
System.Web (4)
UI\WebControls\ChangePassword.cs (4)
703
if (value !=
CurrentView
) {
2026
switch (
CurrentView
) {
2170
switch (
CurrentView
) {
2881
bool enableValidation = (_owner.
CurrentView
== View.ChangePassword);