8 references to VisualTree
PresentationFramework (8)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
544PrePostDescendentsWalker<ProcessingTreeState> walker = new PrePostDescendentsWalker<ProcessingTreeState>(TreeWalkPriority.VisualTree, PreVisit, PostVisit, data); 1076PrePostDescendentsWalker<ResolvingLocatorState> walker = new PrePostDescendentsWalker<ResolvingLocatorState>(TreeWalkPriority.VisualTree, ResolveLocatorPart, TerminateResolve, data);
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (1)
81_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1109DescendentsWalker<Object> walker = new DescendentsWalker<Object>(TreeWalkPriority.VisualTree, VerifyNoServiceOnNode, null); 1232DescendentsWalker<List<IAttachedAnnotation>> walker = new DescendentsWalker<List<IAttachedAnnotation>>(TreeWalkPriority.VisualTree, GetAttachedAnnotationsFor, result);
src\Framework\System\Windows\BroadcastEventHelper.cs (1)
262TreeWalkPriority.VisualTree, BroadcastDelegate, new BroadcastEventData(root, routedEvent, eventRoute));
src\Framework\System\Windows\DescendentsWalker.cs (2)
59continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 86if (_priority == TreeWalkPriority.VisualTree)