1 implementation of IStartWorkflow
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
106internal sealed class StartWorkflow : IStartWorkflow
7 references to IStartWorkflow
System.Workflow.Activities (4)
InvokeSchedule.cs (4)
172IStartWorkflow workflowInvoker = executionContext.GetService(typeof(IStartWorkflow)) as IStartWorkflow; 174throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IStartWorkflow).FullName));
System.Workflow.ComponentModel (3)
AuthoringOM\ActivityExecutionContext.cs (3)
51private IStartWorkflow startWorkflowService = null; 113Guid IStartWorkflow.StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues) 132if (serviceType == typeof(IStartWorkflow))