3 references to ManipulationStartingEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
89EventManager.RegisterClassHandler(typeof(UIElement), ManipulationStartingEvent, new EventHandler<ManipulationStartingEventArgs>(OnManipulationStartingThunk)); 4369add { AddHandler(ManipulationStartingEvent, value, false); } 4370remove { RemoveHandler(ManipulationStartingEvent, value); }