3 writes to _recursionDepth
PresentationFramework (3)
src\Framework\System\Windows\DescendentsWalker.cs (2)
76
_recursionDepth
++;
128
_recursionDepth
--;
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
23
_recursionDepth
= 0;
2 references to _recursionDepth
PresentationFramework (2)
src\Framework\System\Windows\DescendentsWalker.cs (2)
359
if (
_recursionDepth
<= ContextLayoutManager.s_LayoutRecursionLimit)
401
if (
_recursionDepth
<= ContextLayoutManager.s_LayoutRecursionLimit)