4 references to ManipulationStartingEvent
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (1)
352else if (routedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\Input\ManipulationStartingEventArgs.cs (2)
20RoutedEvent = Manipulation.ManipulationStartingEvent; 113if (RoutedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\UIElement.cs (1)
4361public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.AddOwner(typeof(UIElement));