5 writes to CurrentState
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\BackgroundValidationSynchronizer.cs (5)
67
this.
CurrentState
= this.CurrentState.Validate(validationReason);
78
this.
CurrentState
= this.CurrentState.DeactivateValidation();
97
this.
CurrentState
= this.CurrentState.ActivateValidation();
111
this.
CurrentState
= this.CurrentState.ValidationCompleted(result);
119
this.
CurrentState
= this.CurrentState.ValidationCancelled();
6 references to CurrentState
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\BackgroundValidationSynchronizer.cs (6)
67
this.CurrentState = this.
CurrentState
.Validate(validationReason);
78
this.CurrentState = this.
CurrentState
.DeactivateValidation();
79
if (this.
CurrentState
!= this.ValidationDeactivated)
97
this.CurrentState = this.
CurrentState
.ActivateValidation();
111
this.CurrentState = this.
CurrentState
.ValidationCompleted(result);
119
this.CurrentState = this.
CurrentState
.ValidationCancelled();