1 implementation of ManipulationEnded
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
1293
void IManipulator.
ManipulationEnded
(bool cancel)
3 references to ManipulationEnded
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
460
_removedManipulator.
ManipulationEnded
(true);
468
manipulator.
ManipulationEnded
(true);
484
manipulator.
ManipulationEnded
(false);