13 references to LostTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2179public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 2187add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 2188remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
801EventManager.RegisterClassHandler(type, Touch.LostTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnLostTouchCaptureThunk), false); 4132public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 4140add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 4141remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1909public static readonly RoutedEvent LostTouchCaptureEvent = Touch.LostTouchCaptureEvent.AddOwner(_typeofThis); 1917add { AddHandler(Touch.LostTouchCaptureEvent, value, false); } 1918remove { RemoveHandler(Touch.LostTouchCaptureEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
603TouchEventArgs e = CreateEventArgs(Touch.LostTouchCaptureEvent); 1052(routedEvent == Touch.LostTouchCaptureEvent); 1096else if ((routedEvent == Touch.LostTouchCaptureEvent) && PromotingToManipulation && _manipulatingElement != null)