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