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)
139
StylusPointCollection cachedPoints =
_stylusPoints
!= null ?
140
_stylusPoints
.Clone() : null;
245
_stylusPoints
.Add(stylusPoints);
281
_stylusPoints
.Add(stylusPoints);
299
if (
_stylusPoints
!= null )
304
new Stroke(
_stylusPoints
, _strokeDrawingAttributes);