2 references to PropertyMetadata
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutionContext.cs (1)
44
public static readonly DependencyProperty CurrentExceptionProperty = DependencyProperty.RegisterAttached("CurrentException", typeof(Exception), typeof(ActivityExecutionContext), new
PropertyMetadata
(null, DependencyPropertyOptions.Default, null, EnforceExceptionSemantics, true));
AuthoringOM\PropertyMetadata.cs (1)
84
:
this
(defaultValue, options, getValueOverride, setValueOverride, false, attributes)