2 writes to ParentTreeView
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 };
4 references to ParentTreeView
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (4)
60DesignerTreeViewItem item = new DesignerTreeViewItem() { ParentTreeView = this.ParentTreeView }; 78ParentTreeView.IsSelectionChangeHandledByTreeView = true; 145Selection.SelectOnly(this.ParentTreeView.Context, selectedModelItem); 155this.ParentTreeView.Context.Items.SetValue(new Selection());