1 implementation of Updated
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
1273public event EventHandler Updated;
3 references to Updated
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
141_manipulators[i].Updated -= OnManipulatorUpdated; 159manipulator.Updated += OnManipulatorUpdated; 170manipulator.Updated -= OnManipulatorUpdated;