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)
124StylusPointCollection cachedPoints = _stylusPoints != null ? 125_stylusPoints.Clone() : null; 227_stylusPoints.Add(stylusPoints); 252_stylusPoints.Add(stylusPoints);