2 writes to _startNode
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (1)
54_startNode = startNode;
System\Windows\DescendentsWalkerBase.cs (1)
25_startNode = null;
4 references to _startNode
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (3)
59if (_startNode is FrameworkElement 63continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 70IterateChildren(_startNode);
System\Windows\DescendentsWalkerBase.cs (1)
37while ((ancestor != _startNode) && (ancestor != null))