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)
68
if (
_postCallback
!= null)
74
_postCallback
(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
105
if (
_postCallback
!= null)
107
_postCallback
(d, this.Data, visitedViaVisualTree);