13 references to GotTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2160public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 2168add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 2169remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
801EventManager.RegisterClassHandler(type, Touch.GotTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnGotTouchCaptureThunk), false); 4113public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 4121add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 4122remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1890public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 1898add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 1899remove { 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)