13 references to PreviewTouchUpEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2123public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 2131add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 2132remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
802EventManager.RegisterClassHandler(type, Touch.PreviewTouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchUpThunk), false); 4076public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 4084add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 4085remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1848public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 1856add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 1857remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
973TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchUpEvent); 1006else if (routedEvent == Touch.PreviewTouchUpEvent || 1044else if (routedEvent == Touch.PreviewTouchUpEvent)