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