2 writes to _currentLayerIsNoOp
PresentationCore (2)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (2)
411
_currentLayerIsNoOp
= true;
422
_currentLayerIsNoOp
= false;
3 references to _currentLayerIsNoOp
PresentationCore (3)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
407
Debug.Assert(!
_currentLayerIsNoOp
);
418
Debug.Assert(
_currentLayerIsNoOp
);
428
return
_currentLayerIsNoOp
;