2 writes to _stylusPoints
PresentationFramework (2)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (2)
226
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
273
_stylusPoints
= null;
4 references to _stylusPoints
PresentationFramework (4)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (4)
124
StylusPointCollection cachedPoints =
_stylusPoints
!= null ?
125
_stylusPoints
.Clone() : null;
227
_stylusPoints
.Add(stylusPoints);
252
_stylusPoints
.Add(stylusPoints);