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