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