1 implementation of Updated
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1372public event EventHandler Updated;
3 references to Updated
PresentationCore (3)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (3)
167_manipulators[i].Updated -= OnManipulatorUpdated; 185manipulator.Updated += OnManipulatorUpdated; 196manipulator.Updated -= OnManipulatorUpdated;