1 write to _priority
PresentationFramework (1)
System\Windows\DescendentsWalkerBase.cs (1)
21_priority = priority;
4 references to _priority
PresentationFramework (4)
MS\Internal\PrePostDescendentsWalker.cs (1)
73_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
System\Windows\DescendentsWalker.cs (3)
57continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 83if (_priority == TreeWalkPriority.VisualTree) 87else if (_priority == TreeWalkPriority.LogicalTree)