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