13 references to GotTouchCaptureEvent
PresentationCore (13)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
2235public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 2243add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 2244remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
881EventManager.RegisterClassHandler(type, Touch.GotTouchCaptureEvent, new EventHandler<TouchEventArgs>(UIElement.OnGotTouchCaptureThunk), false); 4513public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 4521add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 4522remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1941public static readonly RoutedEvent GotTouchCaptureEvent = Touch.GotTouchCaptureEvent.AddOwner(_typeofThis); 1949add { AddHandler(Touch.GotTouchCaptureEvent, value, false); } 1950remove { RemoveHandler(Touch.GotTouchCaptureEvent, value); }
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
677TouchEventArgs e = CreateEventArgs(Touch.GotTouchCaptureEvent); 1151(routedEvent == Touch.GotTouchCaptureEvent) || 1182else if ((routedEvent == Touch.GotTouchCaptureEvent) && !PromotingToManipulation)