1 implementation of ManipulationEnded
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1391void IManipulator.ManipulationEnded(bool cancel)
3 references to ManipulationEnded
PresentationCore (3)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (3)
516_removedManipulator.ManipulationEnded(true); 524manipulator.ManipulationEnded(true); 545manipulator.ManipulationEnded(false);