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