1 write to _postCallback
PresentationFramework (1)
MS\Internal\PrePostDescendentsWalker.cs (1)
39_postCallback = postCallback;
4 references to _postCallback
PresentationFramework (4)
MS\Internal\PrePostDescendentsWalker.cs (4)
67if (_postCallback != null) 73_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree); 104if (_postCallback != null) 106_postCallback(d, this.Data, visitedViaVisualTree);