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