13 references to PreviewTouchUpEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2135public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 2143add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 2144remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
814EventManager.RegisterClassHandler(type, Touch.PreviewTouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchUpThunk), false); 4088public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 4096add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 4097remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1856public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 1864add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 1865remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
983TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchUpEvent); 1016else if (routedEvent == Touch.PreviewTouchUpEvent || 1054else if (routedEvent == Touch.PreviewTouchUpEvent)