1 write to startWorkflowService
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
135
this.
startWorkflowService
= new StartWorkflow(this);
2 references to startWorkflowService
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutionContext.cs (2)
134
if (this.
startWorkflowService
== null)
137
return this.
startWorkflowService
;