5 references to Canceled
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (3)
594this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Canceled); 1503this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Canceled); 1887case ActivityExecutionResult.Canceled:
AuthoringOM\Filters\FaultHandlingFilter.cs (1)
101else if (context.Activity.ExecutionResult == ActivityExecutionResult.Canceled)
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
1691this.rootActivity.SetValue(Activity.ExecutionResultProperty, ActivityExecutionResult.Canceled);