4 references to ManipulationCompletedEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (2)
44RoutedEvent = Manipulation.ManipulationCompletedEvent; 68if (RoutedEvent == Manipulation.ManipulationCompletedEvent)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
472else if (routedEvent == Manipulation.ManipulationCompletedEvent)
Core\CSharp\System\Windows\UIElement.cs (1)
4550public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.AddOwner(typeof(UIElement));