1 write to _bounds
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\Lasso.cs (1)
44set { _bounds = value;}
4 references to _bounds
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\Lasso.cs (4)
43get { return _bounds; } 127if (false == _bounds.Contains(point)) 233if (currentStrokeSegmentBounds.IntersectsWith(_bounds) == true) 533_bounds.Union(point);