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