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