11 references to Selection
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
256
this.Context.Items.SetValue(new
Selection
(newSelection));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
461
Selection selection = new
Selection
(itemsToSelect);
1395
this.Context.Items.SetValue(new
Selection
(modelItemList));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
297
this.context.Items.SetValue(new
Selection
(selectedModelItems));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\Selection.cs (4)
126
:
this
((IEnumerable<ModelItem>)selectedObjects) {
202
selection = new
Selection
(list);
287
Selection selection = new
Selection
(list);
321
Selection selection = new
Selection
(list);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
326
this.Context.Items.SetValue(new
Selection
(newSelection));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
879
this.Context.Items.SetValue(new
Selection
(modelItemsToSelect));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
1033
this.Context.Items.SetValue(new
Selection
(selectedObjects));