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