5 references to OnManipulatorUpdated
PresentationCore (5)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (5)
167_manipulators[i].Updated -= OnManipulatorUpdated; 185manipulator.Updated += OnManipulatorUpdated; 188OnManipulatorUpdated(manipulator, EventArgs.Empty); 196manipulator.Updated -= OnManipulatorUpdated; 203OnManipulatorUpdated(manipulator, EventArgs.Empty);