3 writes to _noOpLayerDepth
PresentationCore (3)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
351
_noOpLayerDepth
++;
372
_noOpLayerDepth
--;
412
_noOpLayerDepth
++;
4 references to _noOpLayerDepth
PresentationCore (4)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (4)
370
Debug.Assert(
_noOpLayerDepth
>= 1);
376
if (
_noOpLayerDepth
== 0)
408
Debug.Assert(
_noOpLayerDepth
== 0);
419
Debug.Assert(
_noOpLayerDepth
== 0);