13 references to LostTouchCaptureEvent
PresentationCore (13)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
2255public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 2263add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 2264remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
882EventManager.RegisterClassHandler(type, Touch.LostTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnLostTouchCaptureThunk), false); 4533public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 4541add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 4542remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1961public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 1969add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 1970remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
663TouchEventArgs e = CreateEventArgs(Touch.LostTouchCaptureEvent); 1152(routedEvent == Touch.LostTouchCaptureEvent); 1196else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)