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