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