14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2143
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
2151
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
2152
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
803
EventManager.RegisterClassHandler(type, Touch.
TouchUpEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false);
4096
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
4104
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
4105
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1868
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
1876
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
1877
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Input\TouchDevice.cs (4)
1007
routedEvent == Touch.
TouchUpEvent
)
1046
return Touch.
TouchUpEvent
;
1051
(routedEvent == Touch.
TouchUpEvent
) ||
1078
else if ((routedEvent == Touch.
TouchUpEvent
) && PromotingToManipulation)