17 references to ExecutionResultProperty
System.Workflow.ComponentModel (17)
AuthoringOM\Activity.cs (15)
215DependencyProperty.RegisterAsKnown(ExecutionResultProperty, (byte)6, DependencyProperty.PropertyValidity.Reexecute); 594this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Canceled); 823return (ActivityExecutionResult)this.GetValue(ExecutionResultProperty); 1503this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Canceled); 1509this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Succeeded); 1517this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Compensated); 1522this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Faulted); 1573this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Faulted); 1587this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Uninitialized); 1643this.SetValue(ExecutionResultProperty, oldOutcome); 1672this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Faulted); 1680this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Uninitialized); 1757compensatableChild.SetValue(ExecutionResultProperty, ActivityExecutionResult.Uninitialized); 1763activity.SetValue(ExecutionResultProperty, ActivityExecutionResult.Uninitialized); 2009childActivity.SetValue(ExecutionResultProperty, ActivityExecutionResult.Uninitialized);
AuthoringOM\ActivityExecutionContextCollection.cs (1)
209childContext.Activity.ContextActivity.SetValue(Activity.ExecutionResultProperty, ActivityExecutionResult.Uninitialized);
AuthoringOM\ScheduleChanges.cs (1)
428removedActivityAction.OriginalRemovedActivity.SetValue(Activity.ExecutionResultProperty, ActivityExecutionResult.Uninitialized);