3 writes to _recursionDepth
PresentationFramework (3)
System\Windows\DescendentsWalker.cs (2)
75_recursionDepth++; 120_recursionDepth--;
System\Windows\DescendentsWalkerBase.cs (1)
23_recursionDepth = 0;
2 references to _recursionDepth
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
351if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit) 393if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit)