14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2143public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 2151add { AddHandler(Touch.TouchUpEvent, value, false); } 2152remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
803EventManager.RegisterClassHandler(type, Touch.TouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false); 4096public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 4104add { AddHandler(Touch.TouchUpEvent, value, false); } 4105remove { RemoveHandler(Touch.TouchUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1868public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 1876add { AddHandler(Touch.TouchUpEvent, value, false); } 1877remove { 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)