5 references to FaultProcessedProperty
System.Workflow.ComponentModel (5)
AuthoringOM\Activity.cs (1)
241DependencyProperty.RegisterAsKnown(FaultAndCancellationHandlingFilter.FaultProcessedProperty, (byte)41, DependencyProperty.PropertyValidity.Uninitialize);
AuthoringOM\Filters\FaultHandlingFilter.cs (4)
56if ((bool)activity.GetValue(FaultAndCancellationHandlingFilter.FaultProcessedProperty)) 76!(bool)context.Activity.GetValue(FaultAndCancellationHandlingFilter.FaultProcessedProperty)) 78context.Activity.SetValue(FaultAndCancellationHandlingFilter.FaultProcessedProperty, true); 160context.Activity.RemoveProperty(FaultAndCancellationHandlingFilter.FaultProcessedProperty);