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