2 writes to _stylusPoints
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
212
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
259
_stylusPoints
= null;
4 references to _stylusPoints
PresentationFramework (4)
MS\Internal\Ink\EraserBehavior.cs (4)
110
StylusPointCollection cachedPoints =
_stylusPoints
!= null ?
111
_stylusPoints
.Clone() : null;
213
_stylusPoints
.Add(stylusPoints);
238
_stylusPoints
.Add(stylusPoints);