4 references to WorkflowExecutorProperty
System.Workflow.Runtime (4)
ContextActivityUtils.cs (1)
55workflowExecutor = (IWorkflowCoreRuntime)rootActivity.GetValue(WorkflowExecutor.WorkflowExecutorProperty);
System\Activities\Statements\InteropExecutor.cs (1)
461this.rootActivity.SetValue(WorkflowExecutor.WorkflowExecutorProperty, this);
WorkflowExecutor.cs (2)
155this.rootActivity.SetValue(WorkflowExecutor.WorkflowExecutorProperty, this); 308this.rootActivity.SetValue(WorkflowExecutor.WorkflowExecutorProperty, this);