2 references to OnStylusPointsChanged
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
743
_stroke.StylusPoints.Changed += new EventHandler(
OnStylusPointsChanged
);
878
_stroke.StylusPoints.Changed -= new EventHandler(
OnStylusPointsChanged
);