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