14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2155
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
2163
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
2164
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
815
EventManager.RegisterClassHandler(type, Touch.
TouchUpEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false);
4108
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
4116
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
4117
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1876
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
1884
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
1885
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Input\TouchDevice.cs (4)
1017
routedEvent == Touch.
TouchUpEvent
)
1056
return Touch.
TouchUpEvent
;
1061
(routedEvent == Touch.
TouchUpEvent
) ||
1088
else if ((routedEvent == Touch.
TouchUpEvent
) && PromotingToManipulation)