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)
130
StylusPointCollection cachedPoints =
_stylusPoints
!= null ?
131
_stylusPoints
.Clone() : null;
236
_stylusPoints
.Add(stylusPoints);
272
_stylusPoints
.Add(stylusPoints);
290
if (
_stylusPoints
!= null )
295
new Stroke(
_stylusPoints
, _strokeDrawingAttributes);