3 writes to DuplicatedNodeVisible
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (3)
40DuplicatedNodeVisible = true; 353childModel.DuplicatedNodeVisible = viewChild.DuplicatedChildNodesVisible; 379childModel.DuplicatedNodeVisible = viewChild.DuplicatedChildNodesVisible;
1 reference to DuplicatedNodeVisible
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (1)
94TreeViewItemViewModel.AddChild(this, this.Value.Value, this.Value.Value, this.DuplicatedNodeVisible, string.Empty, this.Value);