3 references to Body
System.Activities (3)
System\Activities\Statements\CancellationScope.cs (3)
73
metadata.AddChild(this.
Body
);
81
if (this.
Body
!= null)
83
context.ScheduleActivity(this.
Body
, new CompletionCallback(OnBodyComplete));