2 writes to _currentView
System.Web (2)
UI\WebControls\ChangePassword.cs (2)
704_currentView = value; 1833_currentView = (View)(int)state.Second;
3 references to _currentView
System.Web (3)
UI\WebControls\ChangePassword.cs (3)
697return _currentView; 2112currentViewState = (int)_currentView; 2115if (_userName != null && _currentView != View.Success) {