14 references to TouchUpEvent
PresentationCore (14)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
2215public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 2223add { AddHandler(Touch.TouchUpEvent, value, false); } 2224remove { RemoveHandler(Touch.TouchUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
880EventManager.RegisterClassHandler(type, Touch.TouchUpEvent, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false); 4493public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 4501add { AddHandler(Touch.TouchUpEvent, value, false); } 4502remove { RemoveHandler(Touch.TouchUpEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1921public static readonly RoutedEvent TouchUpEvent = Touch.TouchUpEvent.AddOwner(_typeofThis); 1929add { AddHandler(Touch.TouchUpEvent, value, false); } 1930remove { RemoveHandler(Touch.TouchUpEvent, value); }
Core\CSharp\System\Windows\Input\TouchDevice.cs (4)
1106routedEvent == Touch.TouchUpEvent) 1145return Touch.TouchUpEvent; 1150(routedEvent == Touch.TouchUpEvent) || 1177else if ((routedEvent == Touch.TouchUpEvent) && PromotingToManipulation)