1 write to validationService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
249this.validationService = new ValidationService(this.context);
3 references to validationService
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (3)
247if (this.validationService == null) 250this.validationService.ErrorsMarked += ActivityArgumentHelper.UpdateInvalidArgumentsIfNecessary; 253return this.validationService;