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