2 overrides of OnManipulationEnded
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
41
protected override void
OnManipulationEnded
(bool cancel)
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
91
protected override void
OnManipulationEnded
(bool cancel)
3 references to OnManipulationEnded
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
43
base.
OnManipulationEnded
(cancel);
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
93
base.
OnManipulationEnded
(cancel);
System\Windows\Input\TouchDevice.cs (1)
1295
this.
OnManipulationEnded
(cancel);