2 instantiations of DesignerTreeViewItem
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
85
return new
DesignerTreeViewItem
() { ParentTreeView = this };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
60
DesignerTreeViewItem 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)
60
DesignerTreeViewItem
item = new DesignerTreeViewItem() { ParentTreeView = this.ParentTreeView };
177
private
DesignerTreeViewItem
owner;
179
public DesignerTreeViewItemAutomationPeer(
DesignerTreeViewItem
owner)