7 references to StylusPointsReplaced
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
718
_stroke.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
853
_stroke.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
System\Windows\Ink\Stroke.cs (3)
89
clone.
StylusPointsReplaced
= null;
620
if (
StylusPointsReplaced
!= null)
621
StylusPointsReplaced
(this, e);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1565
s.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(
1586
s.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(