2 writes to ChildrenValueCache
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
39
ChildrenValueCache
= new HashSet<object>();
642
this.
ChildrenValueCache
= null;
4 references to ChildrenValueCache
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (4)
189
this.
ChildrenValueCache
.Clear();
204
if (!
ChildrenValueCache
.Contains(childValue))
206
ChildrenValueCache
.Add(childValue);
594
this.
ChildrenValueCache
.Remove(item.GetValue());