14 references to TouchUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2139
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
2147
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
2148
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
799
EventManager.RegisterClassHandler(type, Touch.
TouchUpEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchUpThunk), false);
4092
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
4100
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
4101
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1869
public static readonly RoutedEvent TouchUpEvent = Touch.
TouchUpEvent
.AddOwner(_typeofThis);
1877
add { AddHandler(Touch.
TouchUpEvent
, value, false); }
1878
remove { RemoveHandler(Touch.
TouchUpEvent
, value); }
System\Windows\Input\TouchDevice.cs (4)
1006
routedEvent == Touch.
TouchUpEvent
)
1045
return Touch.
TouchUpEvent
;
1050
(routedEvent == Touch.
TouchUpEvent
) ||
1077
else if ((routedEvent == Touch.
TouchUpEvent
) && PromotingToManipulation)