2 writes to NewViewState
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
2541
this.
NewViewState
= points;
2573
NewViewState
= this.OldViewState,
4 references to NewViewState
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
2544
if (this.OldViewState == null && this.
NewViewState
== null)
2550
&& this.
NewViewState
!= null
2559
editor.ViewStateService.StoreViewState(this.ViewStateOwnerModelItem, ConnectorLocationViewStateKey, this.
NewViewState
);
2572
OldViewState = this.
NewViewState
,