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