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)
59
continueWalk = _callback(_startNode,
_data
, _priority == TreeWalkPriority.VisualTree);
429
bool continueWalk = _callback(d,
_data
, visitedViaVisualTree);
441
return
_data
;