2 writes to _stylusPoints
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
212_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100); 259_stylusPoints = null;
4 references to _stylusPoints
PresentationFramework (4)
MS\Internal\Ink\EraserBehavior.cs (4)
110StylusPointCollection cachedPoints = _stylusPoints != null ? 111_stylusPoints.Clone() : null; 213_stylusPoints.Add(stylusPoints); 238_stylusPoints.Add(stylusPoints);