2 references to LocalPersistedQueueStatesProperty
System.Workflow.Runtime (2)
WorkflowExecutor.cs (1)
105
DependencyProperty.RegisterAsKnown(WorkflowQueuingService.
LocalPersistedQueueStatesProperty
, (byte)63, DependencyProperty.PropertyValidity.Reexecute);
WorkflowQueuingService.cs (1)
71
this.rootWorkflowExecutor.RootActivity.SetValue(WorkflowQueuingService.
LocalPersistedQueueStatesProperty
, this.persistedQueueStates);