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