13 references to PreviewTouchUpEvent
PresentationCore (13)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
2195public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 2203add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 2204remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
879EventManager.RegisterClassHandler(type, Touch.PreviewTouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchUpThunk), false); 4473public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 4481add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 4482remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1901public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 1909add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 1910remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
1068TouchEventArgs e = CreateEventArgs(Touch.PreviewTouchUpEvent); 1105else if (routedEvent == Touch.PreviewTouchUpEvent || 1143else if (routedEvent == Touch.PreviewTouchUpEvent)