3 writes to _noOpLayerDepth
PresentationCore (3)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
366
_noOpLayerDepth
++;
387
_noOpLayerDepth
--;
427
_noOpLayerDepth
++;
4 references to _noOpLayerDepth
PresentationCore (4)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (4)
385
Debug.Assert(
_noOpLayerDepth
>= 1);
391
if (
_noOpLayerDepth
== 0)
423
Debug.Assert(
_noOpLayerDepth
== 0);
434
Debug.Assert(
_noOpLayerDepth
== 0);