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