14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2155public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 2163add { AddHandler(Touch.TouchUpEvent, value, false); } 2164remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
815EventManager.RegisterClassHandler(type, Touch.TouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false); 4108public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 4116add { AddHandler(Touch.TouchUpEvent, value, false); } 4117remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1876public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 1884add { AddHandler(Touch.TouchUpEvent, value, false); } 1885remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Input\TouchDevice.cs (4)
1017routedEvent == Touch.TouchUpEvent) 1056return Touch.TouchUpEvent; 1061(routedEvent == Touch.TouchUpEvent) || 1088else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation)