3 writes to _clip
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
360_clip = clipGeometry.GetBoundsInternal(pen: null, _transform); 525_clip = _clipStack.Pop(); 623_clip = Rect.Empty;
3 references to _clip
PresentationCore (3)
System\Windows\Media\BoundsDrawingContextWalker.cs (3)
346_clipStack.Push(_clip); 365_clip.Intersect(clipGeometry.GetBoundsInternal(pen: null, _transform)); 598bounds.Intersect(_clip);