5 references to OnManipulatorUpdated
PresentationCore (5)
System\Windows\Input\ManipulationDevice.cs (5)
137
_manipulators[i].Updated -=
OnManipulatorUpdated
;
155
manipulator.Updated +=
OnManipulatorUpdated
;
158
OnManipulatorUpdated
(manipulator, EventArgs.Empty);
166
manipulator.Updated -=
OnManipulatorUpdated
;
170
OnManipulatorUpdated
(manipulator, EventArgs.Empty);