13 references to PreviewTouchUpEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2120public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 2128add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 2129remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
799EventManager.RegisterClassHandler(type, Touch.PreviewTouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnPreviewTouchUpThunk), false); 4073public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 4081add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 4082remove { RemoveHandler(Touch.PreviewTouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1850public static readonly RoutedEvent PreviewTouchUpEvent = Touch.PreviewTouchUpEvent.AddOwner(_typeofThis); 1858add { AddHandler(Touch.PreviewTouchUpEvent, value, false); } 1859remove { 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)