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