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)
359if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit) 401if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit)