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