13 references to View
System.Web (13)
UI\WebControls\ChangePassword.cs (13)
50
private
View
_currentView =
View
.ChangePassword;
695
internal
View
CurrentView {
700
if (value <
View
.ChangePassword || value >
View
.Success) {
1833
_currentView = (
View
)(int)state.Second;
2027
case
View
.ChangePassword:
2076
CurrentView =
View
.Success;
2115
if (_userName != null && _currentView !=
View
.Success) {
2171
case
View
.ChangePassword:
2177
case
View
.Success:
2218
CurrentView = (
View
)o;
2881
bool enableValidation = (_owner.CurrentView ==
View
.ChangePassword);