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