1 write to workflowService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationRoot.cs (1)
19this.workflowService = workflowService;
4 references to workflowService
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationRoot.cs (4)
30if (this.workflowService != null) 32return this.workflowService.Validate(settings); 45if (this.workflowService != null) 47activityRoot = this.workflowService.GetWorkflowRoot();