4 references to ManipulationInertiaStartingEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
93EventManager.RegisterClassHandler(typeof(UIElement), ManipulationInertiaStartingEvent, new EventHandler<ManipulationInertiaStartingEventArgs>(OnManipulationInertiaStartingThunk)); 4452add { AddHandler(ManipulationInertiaStartingEvent, value, false); } 4453remove { RemoveHandler(ManipulationInertiaStartingEvent, value); }
PresentationFramework (1)
System\Windows\Window.cs (1)
86UIElement.ManipulationInertiaStartingEvent,