3 writes to _currentClip
PresentationCore (3)
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (3)
49_currentClip = null; 232_currentClip = clipGeometry; 360_currentClip = ((ClipModifierNode)currentModifier)._clip;
9 references to _currentClip
PresentationCore (9)
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (9)
140if (_currentClip != null) 144_currentClip, 206((_currentClip!=null) && (_currentClip.IsEmpty()))) 208clipGeometry = _currentClip; 219if (_currentClip != null) 222_currentClip, 230PushModifierStack(new ClipModifierNode(_currentClip)); 364Debug.Assert((_modifierStack.Count > 0) || (_currentClip == null));