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)
407Debug.Assert(!_currentLayerIsNoOp); 418Debug.Assert(_currentLayerIsNoOp); 428return _currentLayerIsNoOp;