3 writes to _noOpLayerDepth
PresentationCore (3)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
352
_noOpLayerDepth
++;
373
_noOpLayerDepth
--;
413
_noOpLayerDepth
++;
4 references to _noOpLayerDepth
PresentationCore (4)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (4)
371
Debug.Assert(
_noOpLayerDepth
>= 1);
377
if (
_noOpLayerDepth
== 0)
409
Debug.Assert(
_noOpLayerDepth
== 0);
420
Debug.Assert(
_noOpLayerDepth
== 0);