1 write to _bounds
PresentationCore (1)
MS\Internal\Ink\ErasingStroke.cs (1)
69
_bounds
= Rect.Empty;
4 references to _bounds
PresentationCore (4)
MS\Internal\Ink\ErasingStroke.cs (4)
74
_bounds
.Union(strokeNode.GetBoundsConnected());
88
internal Rect Bounds { get { return
_bounds
; } }
111
if (inkSegmentBounds.IntersectsWith(
_bounds
))
154
if (inkSegmentBounds.IntersectsWith(
_bounds
))