2 writes to _stylusPoints
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
211
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
258
_stylusPoints
= null;
3 references to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\EraserBehavior.cs (3)
110
StylusPointCollection cachedPoints =
_stylusPoints
?.Clone();
212
_stylusPoints
.Add(stylusPoints);
237
_stylusPoints
.Add(stylusPoints);