4 references to ManipulationCompletedEvent
PresentationCore (4)
System\Windows\Input\ManipulationCompletedEventArgs.cs (2)
32RoutedEvent = Manipulation.ManipulationCompletedEvent; 50if (RoutedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\Input\ManipulationDevice.cs (1)
412else if (routedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\UIElement.cs (1)
4494public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.AddOwner(typeof(UIElement));