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