3 references to ManipulationDeltaEvent
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (3)
108
EventManager.RegisterClassHandler(typeof(UIElement),
ManipulationDeltaEvent
, new EventHandler<ManipulationDeltaEventArgs>(OnManipulationDeltaThunk));
4483
add { AddHandler(
ManipulationDeltaEvent
, value, false); }
4484
remove { RemoveHandler(
ManipulationDeltaEvent
, value); }