4 references to ManipulationStartingEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
359else if (routedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\Input\ManipulationStartingEventArgs.cs (2)
21RoutedEvent = Manipulation.ManipulationStartingEvent; 114if (RoutedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\UIElement.cs (1)
4377public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.AddOwner(typeof(UIElement));