13 references to PreviewTouchDownEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2043public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 2051add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 2052remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
798EventManager.RegisterClassHandler(type, Touch.PreviewTouchDownEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchDownThunk), false); 3996public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 4004add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 4005remove { RemoveHandler(Touch.PreviewTouchDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1768public static readonly RoutedEvent PreviewTouchDownEvent = Touch.PreviewTouchDownEvent.AddOwner(_typeofThis); 1776add { AddHandler(Touch.PreviewTouchDownEvent, value, false); } 1777remove { 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)