2 instantiations of DesignerTreeViewItem
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
85return new DesignerTreeViewItem() { ParentTreeView = this };
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
60DesignerTreeViewItem item = new DesignerTreeViewItem() { ParentTreeView = this.ParentTreeView };
3 references to DesignerTreeViewItem
System.Activities.Presentation (3)
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)