1 write to _bounds
PresentationCore (1)
MS\Internal\Ink\Lasso.cs (1)
38set { _bounds = value;}
4 references to _bounds
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
37get { return _bounds; } 121if (!_bounds.Contains(point)) 227if (currentStrokeSegmentBounds.IntersectsWith(_bounds)) 526_bounds.Union(point);