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)
238
return
_currentView
;
1633
if (baseState != null ||
_currentView
!= 0 || _userName != null) {
1639
if (
_currentView
!= 0) {
1640
currentViewState = (int)
_currentView
;
1643
if (_userName != null &&
_currentView
!= View.Success) {