1 write to lastSelection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
223
this.
lastSelection
= this.Context.Items.GetValue<Selection>().PrimarySelection;
2 references to lastSelection
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
213
if ((this.Context != null) && (this.
lastSelection
!= null))
215
this.Context.Items.SetValue(new Selection(this.
lastSelection
));