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)
422Debug.Assert(!_currentLayerIsNoOp); 433Debug.Assert(_currentLayerIsNoOp); 443return _currentLayerIsNoOp;