5 references to OnManipulatorUpdated
PresentationCore (5)
System\Windows\Input\ManipulationDevice.cs (5)
138_manipulators[i].Updated -= OnManipulatorUpdated; 156manipulator.Updated += OnManipulatorUpdated; 159OnManipulatorUpdated(manipulator, EventArgs.Empty); 167manipulator.Updated -= OnManipulatorUpdated; 171OnManipulatorUpdated(manipulator, EventArgs.Empty);