13 references to GotTouchCaptureEvent
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (3)
2160
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.
GotTouchCaptureEvent
.AddOwner(_typeofThis);
2168
add { AddHandler(Touch.
GotTouchCaptureEvent
, value, false); }
2169
remove { RemoveHandler(Touch.
GotTouchCaptureEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
801
EventManager.RegisterClassHandler(type, Touch.
GotTouchCaptureEvent
, new EventHandler<TouchEventArgs>(UIElement.OnGotTouchCaptureThunk), false);
4113
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.
GotTouchCaptureEvent
.AddOwner(_typeofThis);
4121
add { AddHandler(Touch.
GotTouchCaptureEvent
, value, false); }
4122
remove { RemoveHandler(Touch.
GotTouchCaptureEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1890
public static readonly RoutedEvent GotTouchCaptureEvent = Touch.
GotTouchCaptureEvent
.AddOwner(_typeofThis);
1898
add { AddHandler(Touch.
GotTouchCaptureEvent
, value, false); }
1899
remove { RemoveHandler(Touch.
GotTouchCaptureEvent
, value); }
System\Windows\Input\TouchDevice.cs (3)
613
TouchEventArgs e = CreateEventArgs(Touch.
GotTouchCaptureEvent
);
1052
(routedEvent == Touch.
GotTouchCaptureEvent
) ||
1083
else if ((routedEvent == Touch.
GotTouchCaptureEvent
) && !PromotingToManipulation)