3 writes to _recursionDepth
PresentationFramework (3)
System\Windows\DescendentsWalker.cs (2)
80_recursionDepth++; 125_recursionDepth--;
System\Windows\DescendentsWalkerBase.cs (1)
27_recursionDepth = 0;
2 references to _recursionDepth
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
356if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit) 398if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit)