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