2 writes to _startNode
PresentationFramework (2)
src\Framework\System\Windows\DescendentsWalker.cs (1)
50_startNode = startNode;
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
21_startNode = null;
5 references to _startNode
PresentationFramework (5)
src\Framework\System\Windows\DescendentsWalker.cs (4)
55if (FrameworkElement.DType.IsInstanceOfType(_startNode) || 56FrameworkContentElement.DType.IsInstanceOfType(_startNode)) 59continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 66IterateChildren(_startNode);
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
33while ((ancestor != _startNode) && (ancestor != null))