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