5 references to OnManipulatorUpdated
PresentationCore (5)
System\Windows\Input\ManipulationDevice.cs (5)
138
_manipulators[i].Updated -=
OnManipulatorUpdated
;
156
manipulator.Updated +=
OnManipulatorUpdated
;
159
OnManipulatorUpdated
(manipulator, EventArgs.Empty);
167
manipulator.Updated -=
OnManipulatorUpdated
;
171
OnManipulatorUpdated
(manipulator, EventArgs.Empty);