14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2140public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 2148add { AddHandler(Touch.TouchUpEvent, value, false); } 2149remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
800EventManager.RegisterClassHandler(type, Touch.TouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false); 4093public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 4101add { AddHandler(Touch.TouchUpEvent, value, false); } 4102remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1870public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 1878add { AddHandler(Touch.TouchUpEvent, value, false); } 1879remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Input\TouchDevice.cs (4)
1007routedEvent == Touch.TouchUpEvent) 1046return Touch.TouchUpEvent; 1051(routedEvent == Touch.TouchUpEvent) || 1078else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation)