1 write to _nodes
PresentationFramework (1)
System\Windows\DescendentsWalkerBase.cs (1)
28
_nodes
= new FrugalStructList<DependencyObject>();
4 references to _nodes
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (3)
364
int index =
_nodes
.IndexOf(fe);
369
_nodes
.RemoveAt(index);
382
_nodes
.Add(fe);
System\Windows\DescendentsWalkerBase.cs (1)
48
return
_nodes
.Contains(ancestor);