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)
75
if (
_postCallback
!= null)
81
_postCallback
(startNode, this.Data, _priority == TreeWalkPriority.VisualTree);
112
if (
_postCallback
!= null)
114
_postCallback
(d, this.Data, visitedViaVisualTree);