5 references to Faulted
System.Workflow.ComponentModel (5)
AuthoringOM\Activity.cs (4)
1522this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Faulted); 1573this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Faulted); 1672this.SetValue(ExecutionResultProperty, ActivityExecutionResult.Faulted); 1890case ActivityExecutionResult.Faulted:
AuthoringOM\Filters\FaultHandlingFilter.cs (1)
81context.Activity.ExecutionResult == ActivityExecutionResult.Faulted &&