3 writes to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
38
_stylusPoints
= null;
234
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
305
_stylusPoints
= null;
5 references to _stylusPoints
PresentationFramework (5)
MS\Internal\Ink\InkCollectionBehavior.cs (5)
130
StylusPointCollection cachedPoints =
_stylusPoints
?.Clone();
235
_stylusPoints
.Add(stylusPoints);
271
_stylusPoints
.Add(stylusPoints);
289
if (
_stylusPoints
!= null )
294
new Stroke(
_stylusPoints
, _strokeDrawingAttributes);