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