3 writes to _stylusPoints
PresentationFramework (3)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (3)
63_stylusPoints = null; 276_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100); 367_stylusPoints = null;
6 references to _stylusPoints
PresentationFramework (6)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (6)
163StylusPointCollection cachedPoints = _stylusPoints != null ? 164_stylusPoints.Clone() : null; 277_stylusPoints.Add(stylusPoints); 321_stylusPoints.Add(stylusPoints); 351if ( _stylusPoints != null ) 356new Stroke(_stylusPoints, _strokeDrawingAttributes);