2 overrides of OnManipulationEnded
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
37protected override void OnManipulationEnded(bool cancel)
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
83protected override void OnManipulationEnded(bool cancel)
3 references to OnManipulationEnded
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
39base.OnManipulationEnded(cancel);
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
85base.OnManipulationEnded(cancel);
System\Windows\Input\TouchDevice.cs (1)
1283this.OnManipulationEnded(cancel);