1 write to _priority
PresentationFramework (1)
System\Windows\DescendentsWalkerBase.cs (1)
26_priority = priority;
4 references to _priority
PresentationFramework (4)
MS\Internal\PrePostDescendentsWalker.cs (1)
77_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
System\Windows\DescendentsWalker.cs (3)
63continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 89if (_priority == TreeWalkPriority.VisualTree) 93else if (_priority == TreeWalkPriority.LogicalTree)