1 write to _data
PresentationFramework (1)
src\Framework\System\Windows\DescendentsWalker.cs (1)
31_data = data;
3 references to _data
PresentationFramework (3)
src\Framework\System\Windows\DescendentsWalker.cs (3)
59continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 429bool continueWalk = _callback(d, _data, visitedViaVisualTree); 441return _data;