7 references to SetValueCommon
System.Workflow.ComponentModel (7)
AuthoringOM\Activity.cs (2)
1574
this.
SetValueCommon
(ActivityExecutionContext.CurrentExceptionProperty, e, ActivityExecutionContext.CurrentExceptionProperty.DefaultMetadata, false);
1673
this.
SetValueCommon
(ActivityExecutionContext.CurrentExceptionProperty, e, ActivityExecutionContext.CurrentExceptionProperty.DefaultMetadata, false);
AuthoringOM\ActivityExecutionContext.cs (2)
324
this.currentActivity.
SetValueCommon
(CurrentExceptionProperty, e, CurrentExceptionProperty.DefaultMetadata, false);
698
d.
SetValueCommon
(CurrentExceptionProperty, null, CurrentExceptionProperty.DefaultMetadata, false);
AuthoringOM\DependencyObject.cs (2)
233
this.
SetValueCommon
(dependencyProperty, value, metadata, metadata.ShouldAlwaysCallOverride);
243
this.
SetValueCommon
(dependencyProperty, value, metadata, true);
AuthoringOM\Filters\TransactionFilter.cs (1)
115
context.Activity.
SetValueCommon
(ActivityExecutionContext.CurrentExceptionProperty, args.Exception, ActivityExecutionContext.CurrentExceptionProperty.DefaultMetadata, false);