3 references to ManipulationStartedEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
91EventManager.RegisterClassHandler(typeof(UIElement), ManipulationStartedEvent, new EventHandler<ManipulationStartedEventArgs>(OnManipulationStartedThunk)); 4395add { AddHandler(ManipulationStartedEvent, value, false); } 4396remove { RemoveHandler(ManipulationStartedEvent, value); }