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