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