1 write to lastSelection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
277
this.
lastSelection
= current;
2 references to lastSelection
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
501
Selection newSelection = null == this.
lastSelection
? new Selection() : new Selection(this.
lastSelection
);