1 instantiation of ProcessingTreeState
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
543ProcessingTreeState data = new ProcessingTreeState();
5 references to ProcessingTreeState
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
543ProcessingTreeState data = new ProcessingTreeState(); 544PrePostDescendentsWalker<ProcessingTreeState> walker = new PrePostDescendentsWalker<ProcessingTreeState>(TreeWalkPriority.VisualTree, PreVisit, PostVisit, data); 861private bool PreVisit(DependencyObject dependencyObject, ProcessingTreeState data, bool visitedViaVisualTree) 888private bool PostVisit(DependencyObject dependencyObject, ProcessingTreeState data, bool visitedViaVisualTree)