13 references to GotTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2175public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 2183add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 2184remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
816EventManager.RegisterClassHandler(type, Touch.GotTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnGotTouchCaptureThunk), false); 4128public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 4136add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 4137remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1896public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 1904add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 1905remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
625TouchEventArgs e = CreateEventArgs(Touch.GotTouchCaptureEvent); 1062(routedEvent == Touch.GotTouchCaptureEvent) || 1093else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation)