23 references to IWorkflowCoreRuntime
System.Workflow.ComponentModel (23)
AuthoringOM\Activity.cs (6)
194
private
IWorkflowCoreRuntime
workflowCoreRuntime = null;
1006
internal
IWorkflowCoreRuntime
WorkflowCoreRuntime
1405
internal override void OnInitializeInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
1412
internal override void OnInitializeActivatingInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
2226
internal override void OnInitializeInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
2238
internal override void OnInitializeActivatingInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
AuthoringOM\ActivityExecutionContext.cs (2)
660
internal
IWorkflowCoreRuntime
WorkflowCoreRuntime
668
return this.GetService<
IWorkflowCoreRuntime
>();
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
297
public override bool Run(
IWorkflowCoreRuntime
workflowCoreRuntime)
AuthoringOM\ActivityExecutorOperation.cs (2)
35
public abstract bool Run(
IWorkflowCoreRuntime
workflowCoreRuntime);
64
public override bool Run(
IWorkflowCoreRuntime
workflowCoreRuntime)
AuthoringOM\ActivityInterfaces.cs (2)
108
void InitializeInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime);
111
void InitializeActivatingInstanceForRuntime(DependencyObject parentDependencyObject,
IWorkflowCoreRuntime
workflowCoreRuntime);
AuthoringOM\ActivityStatusChangeEventArgs.cs (2)
18
private
IWorkflowCoreRuntime
workflowCoreRuntime = null;
58
internal
IWorkflowCoreRuntime
BaseExecutor
AuthoringOM\DependencyObject.cs (4)
447
void IDependencyObjectAccessor.InitializeInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
451
internal virtual void OnInitializeInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
456
void IDependencyObjectAccessor.InitializeActivatingInstanceForRuntime(DependencyObject parentDependencyObject,
IWorkflowCoreRuntime
workflowCoreRuntime)
482
internal virtual void OnInitializeActivatingInstanceForRuntime(
IWorkflowCoreRuntime
workflowCoreRuntime)
AuthoringOM\ScheduleChanges.cs (4)
172
IWorkflowCoreRuntime
workflowCoreRuntime = activity.WorkflowCoreRuntime;
340
private void VerifyWorkflowCanBeChanged(
IWorkflowCoreRuntime
workflowCoreRuntime)
353
private void NotifyChangesCompletedToChildExecutors(
IWorkflowCoreRuntime
workflowCoreRuntime, Activity contextActivity)
390
private void NotifyChangesToChildExecutors(
IWorkflowCoreRuntime
workflowCoreRuntime, Activity contextActivity, IList<WorkflowChangeAction> changeActions)