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