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)
59
continueWalk = _callback(_startNode, _data,
_priority
== TreeWalkPriority.VisualTree);
86
if (
_priority
== TreeWalkPriority.VisualTree)
90
else if (
_priority
== TreeWalkPriority.LogicalTree)