13 references to PreviewTouchDownEvent
PresentationCore (13)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
2115public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 2123add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 2124remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
875EventManager.RegisterClassHandler(type, Touch.PreviewTouchDownEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchDownThunk), false); 4393public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 4401add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 4402remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1821public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 1829add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 1830remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
1034TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchDownEvent); 1100else if (routedEvent == Touch.PreviewTouchDownEvent || 1139else if (routedEvent == Touch.PreviewTouchDownEvent)