1 write to lastSelection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
223this.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)
213if ((this.Context != null) && (this.lastSelection != null)) 215this.Context.Items.SetValue(new Selection(this.lastSelection));