7 references to DescendentsWalker
PresentationFramework (7)
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (1)
45base(priority, preCallback, data)
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)
261DescendentsWalker<BroadcastEventData> walker = new DescendentsWalker<BroadcastEventData>(
src\Framework\System\Windows\DescendentsWalker.cs (1)
22this(priority, callback, default(T))
src\Framework\System\Windows\TreeWalkHelper.cs (2)
484DescendentsWalker<ResourcesChangeInfo> walker = new DescendentsWalker<ResourcesChangeInfo>( 921DescendentsWalker<InheritablePropertyChangeInfo> walker = new DescendentsWalker<InheritablePropertyChangeInfo>(