13 references to GotTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2159public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 2167add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 2168remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement.cs (4)
800EventManager.RegisterClassHandler(type, Touch.GotTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnGotTouchCaptureThunk), false); 4112public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 4120add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 4121remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1889public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 1897add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 1898remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
System\Windows\Input\TouchDevice.cs (3)
612TouchEventArgs e = CreateEventArgs(Touch.GotTouchCaptureEvent); 1051(routedEvent == Touch.GotTouchCaptureEvent) || 1082else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation)