2 writes to _currentLayerIsNoOp
PresentationCore (2)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (2)
424_currentLayerIsNoOp = true; 435_currentLayerIsNoOp = false;
3 references to _currentLayerIsNoOp
PresentationCore (3)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (3)
420Debug.Assert(!_currentLayerIsNoOp); 431Debug.Assert(_currentLayerIsNoOp); 441return _currentLayerIsNoOp;