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