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