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