2 writes to _bounds
PresentationCore (2)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (2)
60
_bounds
= Rect.Empty;
641
_bounds
= Rect.Empty;
2 references to _bounds
PresentationCore (2)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (2)
68
return
_bounds
;
618
_bounds
.Union(bounds);