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