3 writes to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
38_stylusPoints = null; 235_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100); 306_stylusPoints = null;
6 references to _stylusPoints
PresentationFramework (6)
MS\Internal\Ink\InkCollectionBehavior.cs (6)
130StylusPointCollection cachedPoints = _stylusPoints != null ? 131_stylusPoints.Clone() : null; 236_stylusPoints.Add(stylusPoints); 272_stylusPoints.Add(stylusPoints); 290if ( _stylusPoints != null ) 295new Stroke(_stylusPoints, _strokeDrawingAttributes);