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