4 references to ManipulationCompletedEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
104
EventManager.RegisterClassHandler(typeof(UIElement),
ManipulationCompletedEvent
, new EventHandler<ManipulationCompletedEventArgs>(OnManipulationCompletedThunk));
4515
add { AddHandler(
ManipulationCompletedEvent
, value, false); }
4516
remove { RemoveHandler(
ManipulationCompletedEvent
, value); }
PresentationFramework (1)
System\Windows\Window.cs (1)
100
UIElement.
ManipulationCompletedEvent
,