28 references to Manipulation
PresentationCore (28)
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (2)
25RoutedEvent = Manipulation.ManipulationBoundaryFeedbackEvent; 40if (RoutedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\Input\ManipulationCompletedEventArgs.cs (2)
32RoutedEvent = Manipulation.ManipulationCompletedEvent; 50if (RoutedEvent == Manipulation.ManipulationCompletedEvent)
System\Windows\Input\ManipulationDeltaEventArgs.cs (2)
35RoutedEvent = Manipulation.ManipulationDeltaEvent; 54if (RoutedEvent == Manipulation.ManipulationDeltaEvent)
System\Windows\Input\ManipulationDevice.cs (6)
336if (routedEvent == Manipulation.ManipulationDeltaEvent) 359else if (routedEvent == Manipulation.ManipulationStartingEvent) 367else if (routedEvent == Manipulation.ManipulationStartedEvent) 390else if (routedEvent == Manipulation.ManipulationInertiaStartingEvent) 412else if (routedEvent == Manipulation.ManipulationCompletedEvent) 431else if (routedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
32RoutedEvent = Manipulation.ManipulationInertiaStartingEvent; 49if (RoutedEvent == Manipulation.ManipulationInertiaStartingEvent)
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
25RoutedEvent = Manipulation.ManipulationStartedEvent; 40if (RoutedEvent == Manipulation.ManipulationStartedEvent)
System\Windows\Input\ManipulationStartingEventArgs.cs (2)
21RoutedEvent = Manipulation.ManipulationStartingEvent; 114if (RoutedEvent == Manipulation.ManipulationStartingEvent)
System\Windows\Input\TouchDevice.cs (3)
1062element = Manipulation.FindManipulationParent(element); 1092Manipulation.AddManipulator(element, this); 1104Manipulation.TryRemoveManipulator(element, this);
System\Windows\UIElement.cs (7)
4341Manipulation.TryCompleteManipulation((UIElement)d); 4369public static readonly RoutedEvent ManipulationStartingEvent = Manipulation.ManipulationStartingEvent.AddOwner(typeof(UIElement)); 4394public static readonly RoutedEvent ManipulationStartedEvent = Manipulation.ManipulationStartedEvent.AddOwner(typeof(UIElement)); 4419public static readonly RoutedEvent ManipulationDeltaEvent = Manipulation.ManipulationDeltaEvent.AddOwner(typeof(UIElement)); 4444public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.ManipulationInertiaStartingEvent.AddOwner(typeof(UIElement)); 4469public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.AddOwner(typeof(UIElement)); 4494public static readonly RoutedEvent ManipulationCompletedEvent = Manipulation.ManipulationCompletedEvent.AddOwner(typeof(UIElement));