32 references to SequenceHelper
System.Workflow.ComponentModel (32)
AuthoringOM\Behaviors\CancellationHandler.cs (5)
39
return
SequenceHelper
.Execute(this, executionContext);
44
return
SequenceHelper
.Cancel(this, executionContext);
49
SequenceHelper
.OnEvent(this, sender, e);
54
SequenceHelper
.OnActivityChangeRemove(this, executionContext, removedActivity);
59
SequenceHelper
.OnWorkflowChangesCompleted(this, executionContext);
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (5)
56
return
SequenceHelper
.Execute(this, executionContext);
61
return
SequenceHelper
.Cancel(this, executionContext);
66
SequenceHelper
.OnEvent(this, sender, e);
71
SequenceHelper
.OnActivityChangeRemove(this, executionContext, removedActivity);
76
SequenceHelper
.OnWorkflowChangesCompleted(this, executionContext);
AuthoringOM\Behaviors\Compensation.cs (5)
40
return
SequenceHelper
.Execute(this, executionContext);
45
return
SequenceHelper
.Cancel(this, executionContext);
50
SequenceHelper
.OnEvent(this, sender, e);
55
SequenceHelper
.OnActivityChangeRemove(this, executionContext, removedActivity);
60
SequenceHelper
.OnWorkflowChangesCompleted(this, executionContext);
AuthoringOM\Behaviors\ExceptionHandler.cs (5)
82
return
SequenceHelper
.Execute(this, executionContext);
87
return
SequenceHelper
.Cancel(this, executionContext);
92
SequenceHelper
.OnEvent(this, sender, e);
97
SequenceHelper
.OnActivityChangeRemove(this, executionContext, removedActivity);
102
SequenceHelper
.OnWorkflowChangesCompleted(this, executionContext);
AuthoringOM\Behaviors\SynchronizationScope.cs (5)
55
return
SequenceHelper
.Execute(this, executionContext);
60
return
SequenceHelper
.Cancel(this, executionContext);
65
SequenceHelper
.OnEvent(this, sender, e);
70
SequenceHelper
.OnActivityChangeRemove(this, executionContext, removedActivity);
75
SequenceHelper
.OnWorkflowChangesCompleted(this, executionContext);
AuthoringOM\Behaviors\TransactionScope.cs (5)
58
return
SequenceHelper
.Execute(this, executionContext);
63
return
SequenceHelper
.Cancel(this, executionContext);
68
SequenceHelper
.OnEvent(this, sender, e);
73
SequenceHelper
.OnActivityChangeRemove(this, executionContext, removedActivity);
78
SequenceHelper
.OnWorkflowChangesCompleted(this, executionContext);
AuthoringOM\Sequence.cs (2)
22
private static DependencyProperty ActiveChildQualifiedNameProperty = DependencyProperty.RegisterAttached("ActiveChildQualifiedName", typeof(String), typeof(
SequenceHelper
));
23
private static DependencyProperty ActiveChildRemovedProperty = DependencyProperty.RegisterAttached("ActiveChildRemoved", typeof(bool), typeof(
SequenceHelper
), new PropertyMetadata(DependencyPropertyOptions.NonSerialized));