14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2139public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 2147add { AddHandler(Touch.TouchUpEvent, value, false); } 2148remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
799EventManager.RegisterClassHandler(type, Touch.TouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false); 4092public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 4100add { AddHandler(Touch.TouchUpEvent, value, false); } 4101remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1869public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 1877add { AddHandler(Touch.TouchUpEvent, value, false); } 1878remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Input\TouchDevice.cs (4)
1006routedEvent == Touch.TouchUpEvent) 1045return Touch.TouchUpEvent; 1050(routedEvent == Touch.TouchUpEvent) || 1077else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation)