7 references to StylusPointsReplaced
PresentationCore (5)
System\Windows\Ink\IncrementalHitTester.cs (2)
731
_stroke.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
866
_stroke.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
System\Windows\Ink\Stroke.cs (3)
105
clone.
StylusPointsReplaced
= null;
636
if (
StylusPointsReplaced
!= null)
637
StylusPointsReplaced
(this, e);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1613
s.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(
1634
s.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(