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)
110StylusPointCollection cachedPoints = _stylusPoints?.Clone(); 212_stylusPoints.Add(stylusPoints); 237_stylusPoints.Add(stylusPoints);