2 writes to _currentLayerIsNoOp
PresentationCore (2)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (2)
412
_currentLayerIsNoOp
= true;
423
_currentLayerIsNoOp
= false;
3 references to _currentLayerIsNoOp
PresentationCore (3)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
408
Debug.Assert(!
_currentLayerIsNoOp
);
419
Debug.Assert(
_currentLayerIsNoOp
);
429
return
_currentLayerIsNoOp
;