8 references to VisualTree
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
521PrePostDescendentsWalker<ProcessingTreeState> walker = new PrePostDescendentsWalker<ProcessingTreeState>(TreeWalkPriority.VisualTree, PreVisit, PostVisit, data); 1050PrePostDescendentsWalker<ResolvingLocatorState> walker = new PrePostDescendentsWalker<ResolvingLocatorState>(TreeWalkPriority.VisualTree, ResolveLocatorPart, TerminateResolve, data);
MS\Internal\PrePostDescendentsWalker.cs (1)
77_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
System\Windows\Annotations\AnnotationService.cs (2)
1071DescendentsWalker<Object> walker = new DescendentsWalker<Object>(TreeWalkPriority.VisualTree, VerifyNoServiceOnNode, null); 1192DescendentsWalker<List<IAttachedAnnotation>> walker = new DescendentsWalker<List<IAttachedAnnotation>>(TreeWalkPriority.VisualTree, GetAttachedAnnotationsFor, result);
System\Windows\BroadcastEventHelper.cs (1)
266TreeWalkPriority.VisualTree, BroadcastDelegate, new BroadcastEventData(root, routedEvent, eventRoute));
System\Windows\DescendentsWalker.cs (2)
63continueWalk = _callback(_startNode, _data, _priority == TreeWalkPriority.VisualTree); 89if (_priority == TreeWalkPriority.VisualTree)