1 write to _bounds
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
72
_bounds
= Rect.Empty;
4 references to _bounds
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (4)
77
_bounds
.Union(strokeNode.GetBoundsConnected());
91
internal Rect Bounds { get { return
_bounds
; } }
114
if (inkSegmentBounds.IntersectsWith(
_bounds
))
157
if (inkSegmentBounds.IntersectsWith(
_bounds
))