4 references to ManipulationInertiaStartingEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
383else if (routedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
31RoutedEvent = Manipulation.ManipulationInertiaStartingEvent; 48if (RoutedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\UIElement.cs (1)
4436public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.AddOwner(typeof(UIElement));