13 references to PreviewTouchDownEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2055public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 2063add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 2064remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
810EventManager.RegisterClassHandler(type, Touch.PreviewTouchDownEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchDownThunk), false); 4008public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 4016add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 4017remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1776public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 1784add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 1785remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
959TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchDownEvent); 1011else if (routedEvent == Touch.PreviewTouchDownEvent || 1050else if (routedEvent == Touch.PreviewTouchDownEvent)