13 references to LostTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2180public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 2188add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 2189remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
802EventManager.RegisterClassHandler(type, Touch.LostTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnLostTouchCaptureThunk), false); 4133public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 4141add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 4142remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1910public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 1918add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 1919remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
604TouchEventArgs e = CreateEventArgs(Touch.LostTouchCaptureEvent); 1053(routedEvent == Touch.LostTouchCaptureEvent); 1097else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)