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