1 reference to EnforceExceptionSemantics
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
44public static readonly DependencyProperty CurrentExceptionProperty = DependencyProperty.RegisterAttached("CurrentException", typeof(Exception), typeof(ActivityExecutionContext), new PropertyMetadata(null, DependencyPropertyOptions.Default, null, EnforceExceptionSemantics, true));