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)
775if (_stylusPoints == null) 786return _stylusPoints;