1 write to errorService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
304this.errorService = errorService;
3 references to errorService
System.Data (3)
cdf\src\NetFx40\Tools\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);