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