4 references to ManipulationBoundaryFeedbackEvent
PresentationCore (4)
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (2)
32RoutedEvent = Manipulation.ManipulationBoundaryFeedbackEvent; 47if (RoutedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\Input\ManipulationDevice.cs (1)
440else if (routedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\UIElement.cs (1)
4482public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.AddOwner(typeof(UIElement));