4 references to ManipulationInertiaStartingEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
450else if (routedEvent == Manipulation.ManipulationInertiaStartingEvent)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
41RoutedEvent = Manipulation.ManipulationInertiaStartingEvent; 64if (RoutedEvent == Manipulation.ManipulationInertiaStartingEvent)
Core\CSharp\System\Windows\UIElement.cs (1)
4500public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.AddOwner(typeof(UIElement));