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