3 writes to _recursionDepth
PresentationFramework (3)
System\Windows\DescendentsWalker.cs (2)
74_recursionDepth++; 119_recursionDepth--;
System\Windows\DescendentsWalkerBase.cs (1)
22_recursionDepth = 0;
2 references to _recursionDepth
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
350if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit) 392if (_recursionDepth <= ContextLayoutManager.s_LayoutRecursionLimit)