4 references to Body
System.Activities (4)
System\Activities\Statements\CompensableActivity.cs (4)
156
if (this.
Body
!= null)
158
metadata.SetChildrenCollection(new Collection<Activity> { this.
Body
});
368
if (this.
Body
!= null)
370
context.ScheduleActivity(this.
Body
, new CompletionCallback(OnBodyExecutionComplete));