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