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)
55
if (FrameworkElement.DType.IsInstanceOfType(
_startNode
) ||
56
FrameworkContentElement.DType.IsInstanceOfType(
_startNode
))
59
continueWalk = _callback(
_startNode
, _data, _priority == TreeWalkPriority.VisualTree);
66
IterateChildren(
_startNode
);
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
33
while ((ancestor !=
_startNode
) && (ancestor != null))