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