1 instantiation of StylusPointsReplacedEventArgs
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
532new StylusPointsReplacedEventArgs(value, _stylusPoints);
4 references to StylusPointsReplacedEventArgs
PresentationCore (4)
System\Windows\Ink\Events.cs (1)
237public delegate void StylusPointsReplacedEventHandler(object sender, StylusPointsReplacedEventArgs e);
System\Windows\Ink\IncrementalHitTester.cs (1)
885private void OnStylusPointsReplaced(object sender, StylusPointsReplacedEventArgs args)
System\Windows\Ink\Stroke.cs (2)
531StylusPointsReplacedEventArgs e = 629protected virtual void OnStylusPointsReplaced(StylusPointsReplacedEventArgs e)