2 writes to _startNode
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (1)
49_startNode = startNode;
System\Windows\DescendentsWalkerBase.cs (1)
21_startNode = null;
4 references to _startNode
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (3)
54if (_startNode is FrameworkElement 58continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 65IterateChildren(_startNode);
System\Windows\DescendentsWalkerBase.cs (1)
33while ((ancestor != _startNode) && (ancestor != null))