1 write to _postCallback
PresentationFramework (1)
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (1)
47_postCallback = postCallback;
4 references to _postCallback
PresentationFramework (4)
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (4)
75if (_postCallback != null) 81_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree); 112if (_postCallback != null) 114_postCallback(d, this.Data, visitedViaVisualTree);