1 instantiation of StylusPointsReplacedEventArgs
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
517new StylusPointsReplacedEventArgs(value, _stylusPoints);
4 references to StylusPointsReplacedEventArgs
PresentationCore (4)
System\Windows\Ink\Events.cs (1)
231public delegate void StylusPointsReplacedEventHandler(object sender, StylusPointsReplacedEventArgs e);
System\Windows\Ink\IncrementalHitTester.cs (1)
876private void OnStylusPointsReplaced(object sender, StylusPointsReplacedEventArgs args)
System\Windows\Ink\Stroke.cs (2)
516StylusPointsReplacedEventArgs e = 614protected virtual void OnStylusPointsReplaced(StylusPointsReplacedEventArgs e)