4 references to ManipulationInertiaStartingEvent
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (3)
109
EventManager.RegisterClassHandler(typeof(UIElement),
ManipulationInertiaStartingEvent
, new EventHandler<ManipulationInertiaStartingEventArgs>(OnManipulationInertiaStartingThunk));
4508
add { AddHandler(
ManipulationInertiaStartingEvent
, value, false); }
4509
remove { RemoveHandler(
ManipulationInertiaStartingEvent
, value); }
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
114
UIElement.
ManipulationInertiaStartingEvent
,