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()); 87internal Rect Bounds { get { return _bounds; } } 110if (inkSegmentBounds.IntersectsWith(_bounds)) 153if (inkSegmentBounds.IntersectsWith(_bounds))