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));
615
bounds.Intersect(
_clip
);