8 references to VisualTree
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
497PrePostDescendentsWalker<ProcessingTreeState> walker = new PrePostDescendentsWalker<ProcessingTreeState>(TreeWalkPriority.VisualTree, PreVisit, PostVisit, data); 1028PrePostDescendentsWalker<ResolvingLocatorState> walker = new PrePostDescendentsWalker<ResolvingLocatorState>(TreeWalkPriority.VisualTree, ResolveLocatorPart, TerminateResolve, data);
MS\Internal\PrePostDescendentsWalker.cs (1)
73_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
System\Windows\Annotations\AnnotationService.cs (2)
1053DescendentsWalker<Object> walker = new DescendentsWalker<Object>(TreeWalkPriority.VisualTree, VerifyNoServiceOnNode, null); 1174DescendentsWalker<List<IAttachedAnnotation>> walker = new DescendentsWalker<List<IAttachedAnnotation>>(TreeWalkPriority.VisualTree, GetAttachedAnnotationsFor, result);
System\Windows\BroadcastEventHelper.cs (1)
259TreeWalkPriority.VisualTree, BroadcastDelegate, new BroadcastEventData(root, routedEvent, eventRoute));
System\Windows\DescendentsWalker.cs (2)
57continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 83if (_priority == TreeWalkPriority.VisualTree)