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