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)
122StylusPointCollection cachedPoints = _stylusPoints != null ? 123_stylusPoints.Clone() : null; 225_stylusPoints.Add(stylusPoints); 250_stylusPoints.Add(stylusPoints);