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)
59
if (
_startNode
is FrameworkElement
63
continueWalk = _callback(
_startNode
, _data, _priority == TreeWalkPriority.VisualTree);
70
IterateChildren(
_startNode
);
System\Windows\DescendentsWalkerBase.cs (1)
37
while ((ancestor !=
_startNode
) && (ancestor != null))