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)
408Debug.Assert(!_currentLayerIsNoOp); 419Debug.Assert(_currentLayerIsNoOp); 429return _currentLayerIsNoOp;