2 references to SchedulerQueueProperty
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
927this.schedulerQueue = (Queue<SchedulableItem>)owner.RootActivity.GetValue(Scheduler.SchedulerQueueProperty); 931owner.RootActivity.SetValue(Scheduler.SchedulerQueueProperty, this.schedulerQueue);