1 write to _bounds
PresentationCore (1)
MS\Internal\Ink\Lasso.cs (1)
38
set {
_bounds
= value;}
4 references to _bounds
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
37
get { return
_bounds
; }
121
if (!
_bounds
.Contains(point))
227
if (currentStrokeSegmentBounds.IntersectsWith(
_bounds
))
526
_bounds
.Union(point);