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