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