4 references to ManipulationBoundaryFeedbackEvent
PresentationCore (4)
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (2)
24RoutedEvent = Manipulation.ManipulationBoundaryFeedbackEvent; 39if (RoutedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\Input\ManipulationDevice.cs (1)
424else if (routedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\UIElement.cs (1)
4461public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.AddOwner(typeof(UIElement));