1 write to workflowService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationRoot.cs (1)
19this.workflowService = workflowService;
4 references to workflowService
System.Data (4)
cdf\src\NetFx40\Tools\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();