4 references to IsBlockedProperty
System.Workflow.Runtime (4)
Hosting\WorkflowPersistenceService.cs (1)
99return (bool)rootActivity.GetValue(WorkflowExecutor.IsBlockedProperty);
WorkflowExecutor.cs (3)
120DependencyProperty.RegisterAsKnown(IsBlockedProperty, (byte)103, DependencyProperty.PropertyValidity.Reexecute); 1176this.rootActivity.SetValue(IsBlockedProperty, this.Scheduler.IsStalledNow); 1182this.rootActivity.SetValue(IsBlockedProperty, false);