4 references to ManipulationBoundaryFeedbackEvent
PresentationCore (4)
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (2)
25RoutedEvent = Manipulation.ManipulationBoundaryFeedbackEvent; 40if (RoutedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\Input\ManipulationDevice.cs (1)
431else if (routedEvent == Manipulation.ManipulationBoundaryFeedbackEvent)
System\Windows\UIElement.cs (1)
4477public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.ManipulationBoundaryFeedbackEvent.AddOwner(typeof(UIElement));