4 references to Body
System.Activities (4)
System\Activities\Statements\HandleScope.cs (4)
41if (this.Body != null) 43metadata.SetChildrenCollection(new Collection<Activity> { this.Body }); 93if (this.Body != null) 95context.ScheduleActivity(this.Body);