13 references to PreviewTouchUpEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2119public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 2127add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 2128remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
798EventManager.RegisterClassHandler(type, Touch.PreviewTouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchUpThunk), false); 4072public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 4080add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 4081remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1849public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 1857add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 1858remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
972TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchUpEvent); 1005else if (routedEvent == Touch.PreviewTouchUpEvent || 1043else if (routedEvent == Touch.PreviewTouchUpEvent)