3 references to CompensateProcessedProperty
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (1)
242
DependencyProperty.RegisterAsKnown(CompensationHandlingFilter.
CompensateProcessedProperty
, (byte)43, DependencyProperty.PropertyValidity.Uninitialize);
AuthoringOM\Filters\CompensationHandlingFilter.cs (2)
36
if (context.Activity.HasPrimaryClosed && !(bool)context.Activity.GetValue(
CompensateProcessedProperty
))
38
context.Activity.SetValue(
CompensateProcessedProperty
, true);