4 references to ManipulationStartingEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
368else if (routedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\Input\ManipulationStartingEventArgs.cs (2)
27RoutedEvent = Manipulation.ManipulationStartingEvent; 120if (RoutedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\UIElement.cs (1)
4382public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.AddOwner(typeof(UIElement));