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