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