2 writes to uniqueChildren
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
194this.uniqueChildren = null; 501parent.uniqueChildren = UniqueModelItemHelper.FindUniqueChildren(trackingProperty);
2 references to uniqueChildren
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
499if (null == parent.uniqueChildren) 504isUnique = parent.uniqueChildren.Contains(item);