5 references to OnManipulatorUpdated
PresentationCore (5)
System\Windows\Input\ManipulationDevice.cs (5)
137_manipulators[i].Updated -= OnManipulatorUpdated; 155manipulator.Updated += OnManipulatorUpdated; 158OnManipulatorUpdated(manipulator, EventArgs.Empty); 166manipulator.Updated -= OnManipulatorUpdated; 170OnManipulatorUpdated(manipulator, EventArgs.Empty);