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