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