3 writes to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
38_stylusPoints = null; 234_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100); 305_stylusPoints = null;
5 references to _stylusPoints
PresentationFramework (5)
MS\Internal\Ink\InkCollectionBehavior.cs (5)
130StylusPointCollection cachedPoints = _stylusPoints?.Clone(); 235_stylusPoints.Add(stylusPoints); 271_stylusPoints.Add(stylusPoints); 289if ( _stylusPoints != null ) 294new Stroke(_stylusPoints, _strokeDrawingAttributes);