3 references to ExecutionStatusProperty
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (3)
214DependencyProperty.RegisterAsKnown(ExecutionStatusProperty, (byte)5, DependencyProperty.PropertyValidity.Reexecute); 813return (ActivityExecutionStatus)this.GetValue(ExecutionStatusProperty); 1452this.SetValue(ExecutionStatusProperty, newStatus);