3 writes to _stylusPoints
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (3)
37
_stylusPoints
= null;
233
_stylusPoints
= new StylusPointCollection(stylusPoints.Description, 100);
304
_stylusPoints
= null;
5 references to _stylusPoints
PresentationFramework (5)
MS\Internal\Ink\InkCollectionBehavior.cs (5)
129
StylusPointCollection cachedPoints =
_stylusPoints
?.Clone();
234
_stylusPoints
.Add(stylusPoints);
270
_stylusPoints
.Add(stylusPoints);
288
if (
_stylusPoints
!= null )
293
new Stroke(
_stylusPoints
, _strokeDrawingAttributes);