13 references to GotTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2163public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 2171add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 2172remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
804EventManager.RegisterClassHandler(type, Touch.GotTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnGotTouchCaptureThunk), false); 4116public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 4124add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 4125remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1888public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 1896add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 1897remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
613TouchEventArgs e = CreateEventArgs(Touch.GotTouchCaptureEvent); 1052(routedEvent == Touch.GotTouchCaptureEvent) || 1083else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation)