4 references to ManipulationStartedEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
376else if (routedEvent == Manipulation.ManipulationStartedEvent)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
32RoutedEvent = Manipulation.ManipulationStartedEvent; 47if (RoutedEvent == Manipulation.ManipulationStartedEvent)
System\Windows\UIElement.cs (1)
4407public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.AddOwner(typeof(UIElement));