3 references to IsSuspensionRequestedProperty
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
95DependencyProperty.RegisterAsKnown(IsSuspensionRequestedProperty, (byte)52, DependencyProperty.PropertyValidity.Uninitialize); 851if ((bool)this.rootActivity.GetValue(WorkflowExecutor.IsSuspensionRequestedProperty)) 854this.rootActivity.SetValue(WorkflowExecutor.IsSuspensionRequestedProperty, false);