1 write to _bounds
PresentationCore (1)
MS\Internal\Ink\Lasso.cs (1)
39set { _bounds = value;}
4 references to _bounds
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
38get { return _bounds; } 122if (false == _bounds.Contains(point)) 228if (currentStrokeSegmentBounds.IntersectsWith(_bounds) == true) 527_bounds.Union(point);