5 references to OnManipulatorUpdated
PresentationCore (5)
System\Windows\Input\ManipulationDevice.cs (5)
141_manipulators[i].Updated -= OnManipulatorUpdated; 159manipulator.Updated += OnManipulatorUpdated; 162OnManipulatorUpdated(manipulator, EventArgs.Empty); 170manipulator.Updated -= OnManipulatorUpdated; 177OnManipulatorUpdated(manipulator, EventArgs.Empty);