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