3 writes to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
37_stylusPoints = null; 233_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100); 304_stylusPoints = null;
5 references to _stylusPoints
PresentationFramework (5)
MS\Internal\Ink\InkCollectionBehavior.cs (5)
129StylusPointCollection cachedPoints = _stylusPoints?.Clone(); 234_stylusPoints.Add(stylusPoints); 270_stylusPoints.Add(stylusPoints); 288if ( _stylusPoints != null ) 293new Stroke(_stylusPoints, _strokeDrawingAttributes);