2 implementations of OnWorkflowChangesCompleted
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutor.cs (1)
117
void ISupportWorkflowChanges.
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
AuthoringOM\Filters\ActivityExecutionFilter.cs (1)
30
public virtual void
OnWorkflowChangesCompleted
(ActivityExecutionContext executionContext)
2 references to OnWorkflowChangesCompleted
System.Workflow.ComponentModel (2)
AuthoringOM\Filters\ActivityExecutionFilter.cs (1)
35
NextDynamicChangeExecutorInChain(executionContext.Activity).
OnWorkflowChangesCompleted
(executionContext);
AuthoringOM\ScheduleChanges.cs (1)
369
compositeActivityExecutor.
OnWorkflowChangesCompleted
(executionContext);