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