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()); 88internal Rect Bounds { get { return _bounds; } } 111if (inkSegmentBounds.IntersectsWith(_bounds)) 154if (inkSegmentBounds.IntersectsWith(_bounds))