1 write to _currentView
System.Web (1)
UI\WebControls\PasswordRecovery.cs (1)
245_currentView = value;
5 references to _currentView
System.Web (5)
UI\WebControls\PasswordRecovery.cs (5)
238return _currentView; 1633if (baseState != null || _currentView != 0 || _userName != null) { 1639if (_currentView != 0) { 1640currentViewState = (int)_currentView; 1643if (_userName != null && _currentView != View.Success) {