1 implementation of Updated
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
1269public event EventHandler Updated;
3 references to Updated
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
137_manipulators[i].Updated -= OnManipulatorUpdated; 155manipulator.Updated += OnManipulatorUpdated; 166manipulator.Updated -= OnManipulatorUpdated;