4 references to ManipulationInertiaStartingEvent
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (3)
109EventManager.RegisterClassHandler(typeof(UIElement), ManipulationInertiaStartingEvent, new EventHandler<ManipulationInertiaStartingEventArgs>(OnManipulationInertiaStartingThunk)); 4508add { AddHandler(ManipulationInertiaStartingEvent, value, false); } 4509remove { RemoveHandler(ManipulationInertiaStartingEvent, value); }
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
114UIElement.ManipulationInertiaStartingEvent,