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