4 references to IsIdleProperty
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
98
DependencyProperty.RegisterAsKnown(
IsIdleProperty
, (byte)56, DependencyProperty.PropertyValidity.Uninitialize);
151
this.rootActivity.SetValue(WorkflowExecutor.
IsIdleProperty
, true);
356
this.isInstanceIdle = (bool)this.rootActivity.GetValue(
IsIdleProperty
);
433
this.RootActivity.SetValue(WorkflowExecutor.
IsIdleProperty
, value);