1 write to _nodes
PresentationFramework (1)
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
24_nodes = new FrugalStructList<DependencyObject>();
4 references to _nodes
PresentationFramework (4)
src\Framework\System\Windows\DescendentsWalker.cs (3)
367int index = _nodes.IndexOf(fe); 372_nodes.RemoveAt(index); 385_nodes.Add(fe);
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
45return _nodes.Contains(ancestor);