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)
163
StylusPointCollection cachedPoints =
_stylusPoints
!= null ?
164
_stylusPoints
.Clone() : null;
277
_stylusPoints
.Add(stylusPoints);
321
_stylusPoints
.Add(stylusPoints);
351
if (
_stylusPoints
!= null )
356
new Stroke(
_stylusPoints
, _strokeDrawingAttributes);