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