4 references to Sequence
System.Workflow.Activities (4)
Task.cs (4)
39
public static readonly DependencyProperty ExecutionTypeProperty = DependencyProperty.Register("ExecutionType", typeof(ExecutionType), typeof(ReplicatorActivity), new PropertyMetadata(ExecutionType.
Sequence
));
89
if (value != ExecutionType.
Sequence
&& value != ExecutionType.Parallel)
168
if (this.ExecutionType == ExecutionType.
Sequence
)
627
case ExecutionType.
Sequence
: