7 references to StylusPointsReplaced
PresentationCore (5)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
742
_stroke.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
877
_stroke.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(OnStylusPointsReplaced);
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
112
clone.
StylusPointsReplaced
= null;
653
if (
StylusPointsReplaced
!= null)
654
StylusPointsReplaced
(this, e);
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1623
s.
StylusPointsReplaced
+= new StylusPointsReplacedEventHandler(
1644
s.
StylusPointsReplaced
-= new StylusPointsReplacedEventHandler(