2 instantiations of DesignerTreeViewItem
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
85return new DesignerTreeViewItem() { ParentTreeView = this };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
60DesignerTreeViewItem item = new DesignerTreeViewItem() { ParentTreeView = this.ParentTreeView };
3 references to DesignerTreeViewItem
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (3)
60DesignerTreeViewItem item = new DesignerTreeViewItem() { ParentTreeView = this.ParentTreeView }; 177private DesignerTreeViewItem owner; 179public DesignerTreeViewItemAutomationPeer(DesignerTreeViewItem owner)