1 instantiation of StylusPointsReplacedEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
546new StylusPointsReplacedEventArgs(value, _stylusPoints);
4 references to StylusPointsReplacedEventArgs
PresentationCore (4)
Core\CSharp\System\Windows\Ink\Events.cs (1)
242public delegate void StylusPointsReplacedEventHandler(object sender, StylusPointsReplacedEventArgs e);
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
896private void OnStylusPointsReplaced(object sender, StylusPointsReplacedEventArgs args)
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
545StylusPointsReplacedEventArgs e = 646protected virtual void OnStylusPointsReplaced(StylusPointsReplacedEventArgs e)