3 references to ManipulationStartingEvent
PresentationCore (3)
System\Windows\UIElement.cs (3)
99
EventManager.RegisterClassHandler(typeof(UIElement),
ManipulationStartingEvent
, new EventHandler<ManipulationStartingEventArgs>(OnManipulationStartingThunk));
4390
add { AddHandler(
ManipulationStartingEvent
, value, false); }
4391
remove { RemoveHandler(
ManipulationStartingEvent
, value); }