2 writes to _stylusPoints
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
224
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
271
_stylusPoints
= null;
4 references to _stylusPoints
PresentationFramework (4)
MS\Internal\Ink\EraserBehavior.cs (4)
122
StylusPointCollection cachedPoints =
_stylusPoints
!= null ?
123
_stylusPoints
.Clone() : null;
225
_stylusPoints
.Add(stylusPoints);
250
_stylusPoints
.Add(stylusPoints);