13 references to LostTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2183public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 2191add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 2192remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
805EventManager.RegisterClassHandler(type, Touch.LostTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnLostTouchCaptureThunk), false); 4136public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 4144add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 4145remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1908public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 1916add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 1917remove { 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)