6 references to Selection
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
342Selection restoredSelection = null == this.lastSelection ? new Selection() : new Selection(this.lastSelection);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1088this.Context.Items.SetValue(new Selection());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
172this.Context.Items.SetValue(new Selection());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
303this.context.Items.SetValue(new Selection());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
155this.ParentTreeView.Context.Items.SetValue(new Selection());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
501Selection newSelection = null == this.lastSelection ? new Selection() : new Selection(this.lastSelection);