4 references to TargetWorkflow
System.Workflow.Activities (4)
InvokeSchedule.cs (4)
176Guid instanceId = workflowInvoker.StartWorkflow(this.TargetWorkflow, namedArgumentValues); 199if (invokeWorkflow.TargetWorkflow == null) 211Type targetWorkflowType = invokeWorkflow.TargetWorkflow; 239ValidationError error = new ValidationError(SR.GetString(SR.Error_GetCalleeWorkflow, invokeWorkflow.TargetWorkflow), ErrorNumbers.Error_GetCalleeWorkflow);