13 overrides of OnWorkflowChangesCompleted
System.Workflow.Activities (6)
ConstrainedGroup.cs (1)
254
protected override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
EventHandlers.cs (1)
206
protected override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
EventHandlingScope.cs (1)
177
protected override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
Listen.cs (1)
177
protected override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
Parallel.cs (1)
117
protected override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
Sequence.cs (1)
198
protected override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
System.Workflow.ComponentModel (7)
AuthoringOM\Behaviors\CancellationHandler.cs (1)
57
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
74
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Behaviors\Compensation.cs (1)
58
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
100
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
128
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
73
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Behaviors\TransactionScope.cs (1)
76
protected internal override void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
7 references to OnWorkflowChangesCompleted
System.Workflow.Activities (5)
EventHandlers.cs (1)
211
base.
OnWorkflowChangesCompleted
(executionContext);
EventHandlingScope.cs (1)
179
base.
OnWorkflowChangesCompleted
(executionContext);
Listen.cs (1)
179
base.
OnWorkflowChangesCompleted
(executionContext);
Parallel.cs (1)
119
base.
OnWorkflowChangesCompleted
(executionContext);
Sequence.cs (1)
224
base.
OnWorkflowChangesCompleted
(executionContext);
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutor.cs (1)
127
compositeActivity.
OnWorkflowChangesCompleted
(executionContext);
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
138
base.
OnWorkflowChangesCompleted
(executionContext);