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