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