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