4 references to ManipulationInertiaStartingEvent
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
450
else if (routedEvent == Manipulation.
ManipulationInertiaStartingEvent
)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
41
RoutedEvent = Manipulation.
ManipulationInertiaStartingEvent
;
64
if (RoutedEvent == Manipulation.
ManipulationInertiaStartingEvent
)
Core\CSharp\System\Windows\UIElement.cs (1)
4500
public static readonly RoutedEvent ManipulationInertiaStartingEvent = Manipulation.
ManipulationInertiaStartingEvent
.AddOwner(typeof(UIElement));