3 writes to _clip
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
375
_clip
= clipGeometry.GetBoundsInternal(null /* pen */, _transform);
540
_clip
= _clipStack.Pop();
638
_clip
= Rect.Empty;
3 references to _clip
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
361
_clipStack.Push(
_clip
);
380
_clip
.Intersect(clipGeometry.GetBoundsInternal(null /* pen */, _transform));
613
bounds.Intersect(
_clip
);