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