4 references to ManipulationCompletedEvent
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (3)
111
EventManager.RegisterClassHandler(typeof(UIElement),
ManipulationCompletedEvent
, new EventHandler<ManipulationCompletedEventArgs>(OnManipulationCompletedThunk));
4558
add { AddHandler(
ManipulationCompletedEvent
, value, false); }
4559
remove { RemoveHandler(
ManipulationCompletedEvent
, value); }
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
110
UIElement.
ManipulationCompletedEvent
,