1 write to errorService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
304this.errorService = errorService;
3 references to errorService
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (3)
307this.errorService.ShowValidationErrors(new List<ValidationErrorInfo> { new ValidationErrorInfo(new ValidationError(SR.ValidationDisabledWarning, true)) }); 457if (this.errorService != null && needsToMarkValidationErrors) // Error service could be null if no implementation has been provided 505this.errorService.ShowValidationErrors(errors);