2 writes to _stylusPoints
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
210
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
257
_stylusPoints
= null;
3 references to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\EraserBehavior.cs (3)
109
StylusPointCollection cachedPoints =
_stylusPoints
?.Clone();
211
_stylusPoints
.Add(stylusPoints);
236
_stylusPoints
.Add(stylusPoints);