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