4 references to ManipulationInertiaStartingEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
390else if (routedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
32RoutedEvent = Manipulation.ManipulationInertiaStartingEvent; 49if (RoutedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\UIElement.cs (1)
4452public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.AddOwner(typeof(UIElement));