4 references to ManipulationCompletedEvent
PresentationCore (4)
System\Windows\Input\ManipulationCompletedEventArgs.cs (2)
39RoutedEvent = Manipulation.ManipulationCompletedEvent; 57if (RoutedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\Input\ManipulationDevice.cs (1)
421else if (routedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\UIElement.cs (1)
4507public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.AddOwner(typeof(UIElement));