3 writes to _stylusPoints
PresentationCore (3)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
779
_stylusPoints
= _stroke.GetBezierStylusPoints();
783
_stylusPoints
= _stroke.StylusPoints;
929
_stylusPoints
= null;
2 references to _stylusPoints
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
775
if (
_stylusPoints
== null)
786
return
_stylusPoints
;