4 references to ManipulationInertiaStartingEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
399else if (routedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
39RoutedEvent = Manipulation.ManipulationInertiaStartingEvent; 56if (RoutedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\UIElement.cs (1)
4457public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.AddOwner(typeof(UIElement));