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