4 references to ManipulationInertiaStartingEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
102
EventManager.RegisterClassHandler(typeof(UIElement),
ManipulationInertiaStartingEvent
, new EventHandler<ManipulationInertiaStartingEventArgs>(OnManipulationInertiaStartingThunk));
4465
add { AddHandler(
ManipulationInertiaStartingEvent
, value, false); }
4466
remove { RemoveHandler(
ManipulationInertiaStartingEvent
, value); }
PresentationFramework (1)
System\Windows\Window.cs (1)
104
UIElement.
ManipulationInertiaStartingEvent
,