2 writes to _currentLayerIsNoOp
PresentationCore (2)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (2)
426
_currentLayerIsNoOp
= true;
437
_currentLayerIsNoOp
= false;
3 references to _currentLayerIsNoOp
PresentationCore (3)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
422
Debug.Assert(!
_currentLayerIsNoOp
);
433
Debug.Assert(
_currentLayerIsNoOp
);
443
return
_currentLayerIsNoOp
;