13 references to PreviewTouchDownEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2039public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 2047add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 2048remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
794EventManager.RegisterClassHandler(type, Touch.PreviewTouchDownEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchDownThunk), false); 3992public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 4000add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 4001remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1769public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 1777add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 1778remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
948TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchDownEvent); 1000else if (routedEvent == Touch.PreviewTouchDownEvent || 1039else if (routedEvent == Touch.PreviewTouchDownEvent)