4 references to Branches
System.Activities (4)
System\Activities\Statements\Parallel.cs (4)
116foreach (Activity branch in this.Branches) 143if (this.branches != null && this.Branches.Count != 0) 147for (int i = this.Branches.Count - 1; i >= 0; i--) 149context.ScheduleActivity(this.Branches[i], onBranchComplete);