2 writes to _bounds
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
58
_bounds
= Rect.Empty;
639
_bounds
= Rect.Empty;
2 references to _bounds
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
66
return
_bounds
;
616
_bounds
.Union(bounds);