4 references to ManipulationStartedEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
427else if (routedEvent == Manipulation.ManipulationStartedEvent)
Core\CSharp\System\Windows\Input\ManipulationStartedEventArgs.cs (2)
31RoutedEvent = Manipulation.ManipulationStartedEvent; 52if (RoutedEvent == Manipulation.ManipulationStartedEvent)
Core\CSharp\System\Windows\UIElement.cs (1)
4450public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.AddOwner(typeof(UIElement));