5 references to RootActivity
System.Workflow.Runtime (5)
System\Activities\Statements\InteropExecutor.cs (5)
235this.serviceEnvironment = new ServiceEnvironment(this.RootActivity); 927this.schedulerQueue = (Queue<SchedulableItem>)owner.RootActivity.GetValue(Scheduler.SchedulerQueueProperty); 931owner.RootActivity.SetValue(Scheduler.SchedulerQueueProperty, this.schedulerQueue); 934this.atomicActivityQueue = (Queue<SchedulableItem>)owner.RootActivity.GetValue(Scheduler.AtomicActivityQueueProperty); 938owner.RootActivity.SetValue(Scheduler.AtomicActivityQueueProperty, this.atomicActivityQueue);