13 references to PreviewTouchDownEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2040public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 2048add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 2049remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
795EventManager.RegisterClassHandler(type, Touch.PreviewTouchDownEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchDownThunk), false); 3993public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 4001add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 4002remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1770public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 1778add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 1779remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
949TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchDownEvent); 1001else if (routedEvent == Touch.PreviewTouchDownEvent || 1040else if (routedEvent == Touch.PreviewTouchDownEvent)