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