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