3 writes to _clip
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
361
_clip
= clipGeometry.GetBoundsInternal(null /* pen */, _transform);
526
_clip
= _clipStack.Pop();
624
_clip
= Rect.Empty;
3 references to _clip
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
347
_clipStack.Push(
_clip
);
366
_clip
.Intersect(clipGeometry.GetBoundsInternal(null /* pen */, _transform));
599
bounds.Intersect(
_clip
);