1 write to lastSelection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
196
this.
lastSelection
= current;
2 references to lastSelection
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
342
Selection restoredSelection = null == this.
lastSelection
? new Selection() : new Selection(this.
lastSelection
);