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)
697
return
_currentView
;
2112
currentViewState = (int)
_currentView
;
2115
if (_userName != null &&
_currentView
!= View.Success) {