2 writes to _startNode
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (1)
49
_startNode
= startNode;
System\Windows\DescendentsWalkerBase.cs (1)
21
_startNode
= null;
4 references to _startNode
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (3)
54
if (
_startNode
is FrameworkElement
58
continueWalk = _callback(
_startNode
, _data, _priority == TreeWalkPriority.VisualTree);
65
IterateChildren(
_startNode
);
System\Windows\DescendentsWalkerBase.cs (1)
33
while ((ancestor !=
_startNode
) && (ancestor != null))