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