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