3 writes to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
47_stylusPoints = null; 244_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100); 315_stylusPoints = null;
6 references to _stylusPoints
PresentationFramework (6)
MS\Internal\Ink\InkCollectionBehavior.cs (6)
139StylusPointCollection cachedPoints = _stylusPoints != null ? 140_stylusPoints.Clone() : null; 245_stylusPoints.Add(stylusPoints); 281_stylusPoints.Add(stylusPoints); 299if ( _stylusPoints != null ) 304new Stroke(_stylusPoints, _strokeDrawingAttributes);