4 writes to CurrentView
System.Web (4)
UI\WebControls\PasswordRecovery.cs (4)
1239
CurrentView
= View.Question;
1380
CurrentView
= (View)(int)state.Second;
1579
CurrentView
= View.Success;
1690
CurrentView
= (View)o;
13 references to CurrentView
System.Web (13)
UI\WebControls\PasswordRecovery.cs (13)
244
if (value !=
CurrentView
) {
1139
if (
CurrentView
== View.UserName) {
1142
else if (
CurrentView
== View.Question) {
1512
if (
CurrentView
== View.Question) {
1542
switch (
CurrentView
) {
1599
switch (
CurrentView
) {
1612
switch (
CurrentView
) {
1875
bool enableValidation = (
CurrentView
== View.Question);
2074
bool enableValidation = (
CurrentView
== View.UserName);
2225
bool enabled = (
CurrentView
== View.UserName);
2230
bool enabled = (
CurrentView
== View.Question);
2275
bool enableValidation = (_owner.
CurrentView
== View.Question);
2591
bool enableValidation = (_owner.
CurrentView
== View.UserName);