1 write to Action
System.Activities (1)
System\Activities\Statements\Pick.cs (1)
105Action = branch.Action,
8 references to Action
System.Activities (8)
System\Activities\Statements\Pick.cs (8)
274if ((originalBranchBody.Action != null && metadata.GetMatch(this.Trigger) == originalBranchBody.Action) || (this.Action != null && metadata.GetMatch(this.Action) == originalBranchBody.Trigger)) 291if (this.Action != null) 293ActivityUtilities.Add(ref children, this.Action); 333if (this.Action != null) 335context.ScheduleActivity(this.Action);