4 references to RootPersistedQueueStatesProperty
System.Workflow.Runtime (4)
WorkflowExecutor.cs (1)
106
DependencyProperty.RegisterAsKnown(WorkflowQueuingService.
RootPersistedQueueStatesProperty
, (byte)64, DependencyProperty.PropertyValidity.Reexecute);
WorkflowQueuingService.cs (3)
54
this.persistedQueueStates = (Dictionary<IComparable, EventQueueState>)this.rootWorkflowExecutor.RootActivity.GetValue(WorkflowQueuingService.
RootPersistedQueueStatesProperty
);
58
this.rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.
RootPersistedQueueStatesProperty
, this.persistedQueueStates);
692
rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.
RootPersistedQueueStatesProperty
, persistedQueueStatesSnapshot);