4 references to ManipulationBoundaryFeedbackEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (2)
31
RoutedEvent = Manipulation.
ManipulationBoundaryFeedbackEvent
;
52
if (RoutedEvent == Manipulation.
ManipulationBoundaryFeedbackEvent
)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
491
else if (routedEvent == Manipulation.
ManipulationBoundaryFeedbackEvent
)
Core\CSharp\System\Windows\UIElement.cs (1)
4525
public static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = Manipulation.
ManipulationBoundaryFeedbackEvent
.AddOwner(typeof(UIElement));