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