1 implementation of Updated
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
1283public event EventHandler Updated;
3 references to Updated
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
150_manipulators[i].Updated -= OnManipulatorUpdated; 168manipulator.Updated += OnManipulatorUpdated; 179manipulator.Updated -= OnManipulatorUpdated;