1 implementation of ITreeViewItemSelectionHandler
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
19
class DesignerTreeViewItem : TreeViewItem,
ITreeViewItemSelectionHandler
3 references to ITreeViewItemSelectionHandler
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (2)
159
void
ITreeViewItemSelectionHandler
.Select()
167
void
ITreeViewItemSelectionHandler
.Unselect()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
144
internal
ITreeViewItemSelectionHandler
TreeViewItem { get; set; }