4 references to ManipulationCompletedEvent
PresentationCore (4)
System\Windows\Input\ManipulationCompletedEventArgs.cs (2)
31RoutedEvent = Manipulation.ManipulationCompletedEvent; 49if (RoutedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\Input\ManipulationDevice.cs (1)
405else if (routedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\UIElement.cs (1)
4486public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.AddOwner(typeof(UIElement));