1 write to _bounds
PresentationCore (1)
MS\Internal\Ink\ErasingStroke.cs (1)
68
_bounds
= Rect.Empty;
4 references to _bounds
PresentationCore (4)
MS\Internal\Ink\ErasingStroke.cs (4)
73
_bounds
.Union(strokeNode.GetBoundsConnected());
87
internal Rect Bounds { get { return
_bounds
; } }
110
if (inkSegmentBounds.IntersectsWith(
_bounds
))
153
if (inkSegmentBounds.IntersectsWith(
_bounds
))