3 writes to _clip
PresentationCore (3)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (3)
377_clip = clipGeometry.GetBoundsInternal(null /* pen */, _transform); 542_clip = _clipStack.Pop(); 640_clip = Rect.Empty;
3 references to _clip
PresentationCore (3)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (3)
363_clipStack.Push(_clip); 382_clip.Intersect(clipGeometry.GetBoundsInternal(null /* pen */, _transform)); 615bounds.Intersect(_clip);