4 references to ManipulationStartingEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
419else if (routedEvent == Manipulation.ManipulationStartingEvent)
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (2)
26RoutedEvent = Manipulation.ManipulationStartingEvent; 125if (RoutedEvent == Manipulation.ManipulationStartingEvent)
Core\CSharp\System\Windows\UIElement.cs (1)
4425public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.AddOwner(typeof(UIElement));