7 references to StylusPointsReplaced
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
719
_stroke.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
854
_stroke.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
System\Windows\Ink\Stroke.cs (3)
90
clone.
StylusPointsReplaced
= null;
621
if (
StylusPointsReplaced
!= null)
622
StylusPointsReplaced
(this, e);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1566
s.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(
1587
s.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(