1 write to _postCallback
PresentationFramework (1)
MS\Internal\PrePostDescendentsWalker.cs (1)
40_postCallback = postCallback;
4 references to _postCallback
PresentationFramework (4)
MS\Internal\PrePostDescendentsWalker.cs (4)
68if (_postCallback != null) 74_postCallback(startNode, this.Data, _priority == TreeWalkPriority.VisualTree); 105if (_postCallback != null) 107_postCallback(d, this.Data, visitedViaVisualTree);