1 write to _bounds
PresentationCore (1)
MS\Internal\Ink\Lasso.cs (1)
43set { _bounds = value;}
4 references to _bounds
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
42get { return _bounds; } 126if (false == _bounds.Contains(point)) 232if (currentStrokeSegmentBounds.IntersectsWith(_bounds) == true) 531_bounds.Union(point);