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