13 references to LostTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2195public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 2203add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 2204remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
817EventManager.RegisterClassHandler(type, Touch.LostTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnLostTouchCaptureThunk), false); 4148public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 4156add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 4157remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1916public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 1924add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 1925remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
616TouchEventArgs e = CreateEventArgs(Touch.LostTouchCaptureEvent); 1063(routedEvent == Touch.LostTouchCaptureEvent); 1107else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)