5 references to OnManipulatorUpdated
PresentationCore (5)
System\Windows\Input\ManipulationDevice.cs (5)
141
_manipulators[i].Updated -=
OnManipulatorUpdated
;
159
manipulator.Updated +=
OnManipulatorUpdated
;
162
OnManipulatorUpdated
(manipulator, EventArgs.Empty);
170
manipulator.Updated -=
OnManipulatorUpdated
;
177
OnManipulatorUpdated
(manipulator, EventArgs.Empty);