2 references to OnStylusPointsReplaced
PresentationCore (2)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
742
_stroke.StylusPointsReplaced += new StylusPointsReplacedEventHandler(
OnStylusPointsReplaced
);
877
_stroke.StylusPointsReplaced -= new StylusPointsReplacedEventHandler(
OnStylusPointsReplaced
);