2 writes to _startNode
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (1)
48_startNode = startNode;
System\Windows\DescendentsWalkerBase.cs (1)
20_startNode = null;
4 references to _startNode
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (3)
53if (_startNode is FrameworkElement 57continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 64IterateChildren(_startNode);
System\Windows\DescendentsWalkerBase.cs (1)
32while ((ancestor != _startNode) && (ancestor != null))