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