4 references to ManipulationStartedEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
367else if (routedEvent == Manipulation.ManipulationStartedEvent)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
25RoutedEvent = Manipulation.ManipulationStartedEvent; 40if (RoutedEvent == Manipulation.ManipulationStartedEvent)
System\Windows\UIElement.cs (1)
4402public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.AddOwner(typeof(UIElement));