2 writes to NewValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (2)
155NewValue = value, 208NewValue = this.OldValue
3 references to NewValue
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (3)
196viewStateService.StoreViewState(Item, Key, NewValue); 197this.viewStateService.RaiseUndoableViewStateChangedEvent(Item, Key, NewValue, OldValue); 207OldValue = this.NewValue,