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