3 references to ManipulationDeltaEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
101EventManager.RegisterClassHandler(typeof(UIElement), ManipulationDeltaEvent, new EventHandler<ManipulationDeltaEventArgs>(OnManipulationDeltaThunk)); 4440add { AddHandler(ManipulationDeltaEvent, value, false); } 4441remove { RemoveHandler(ManipulationDeltaEvent, value); }