2 writes to _bounds
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
44
_bounds
= Rect.Empty;
625
_bounds
= Rect.Empty;
2 references to _bounds
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
52
return
_bounds
;
602
_bounds
.Union(bounds);