2 writes to _bounds
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
43
_bounds
= Rect.Empty;
624
_bounds
= Rect.Empty;
2 references to _bounds
PresentationCore (2)
System\Windows\Media\BoundsDrawingContextWalker.cs (2)
51
return
_bounds
;
601
_bounds
.Union(bounds);