1 write to Body
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\Factories\GenericParallelForEachWithBodyFactory.cs (1)
16
Body
= new ActivityAction<T>()
3 references to Body
System.Activities (3)
System\Activities\Statements\ParallelForEach.cs (3)
77
metadata.AddDelegate(this.
Body
);
93
if (this.
Body
!= null)
95
context.ScheduleAction(this.
Body
, valueEnumerator.Current, onBodyComplete);