1 write to _priority
PresentationFramework (1)
System\Windows\DescendentsWalkerBase.cs (1)
22_priority = priority;
4 references to _priority
PresentationFramework (4)
MS\Internal\PrePostDescendentsWalker.cs (1)
74_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
System\Windows\DescendentsWalker.cs (3)
58continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 84if (_priority == TreeWalkPriority.VisualTree) 88else if (_priority == TreeWalkPriority.LogicalTree)