1 write to _postCallback
PresentationFramework (1)
MS\Internal\PrePostDescendentsWalker.cs (1)
43_postCallback = postCallback;
4 references to _postCallback
PresentationFramework (4)
MS\Internal\PrePostDescendentsWalker.cs (4)
71if (_postCallback != null) 77_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree); 108if (_postCallback != null) 110_postCallback(d, this.Data, visitedViaVisualTree);