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