9 references to Selection
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
886
this.Context.Items.SetValue(new
Selection
(currentItem));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
239
this.Context.Items.SetValue(new
Selection
(argument.Content));
342
Selection restoredSelection = null == this.lastSelection ? new Selection() : new
Selection
(this.lastSelection);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
215
this.Context.Items.SetValue(new
Selection
(this.lastSelection));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\Selection.cs (2)
207
selection = new
Selection
(itemToSelect);
243
Selection selection = new
Selection
(itemToSelect);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
309
this.Context.Items.SetValue(new
Selection
(variable.Content));
501
Selection newSelection = null == this.lastSelection ? new Selection() : new
Selection
(this.lastSelection);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
472
this.Context.Items.SetValue(new
Selection
(new ModelItem[] { }));