1 write to _priority
PresentationFramework (1)
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
22_priority = priority;
4 references to _priority
PresentationFramework (4)
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (1)
81_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
src\Framework\System\Windows\DescendentsWalker.cs (3)
59continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 86if (_priority == TreeWalkPriority.VisualTree) 90else if (_priority == TreeWalkPriority.LogicalTree)