14 references to TouchDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2063
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
2071
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
2072
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
799
EventManager.RegisterClassHandler(type, Touch.
TouchDownEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchDownThunk), false);
4016
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
4024
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
4025
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1788
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
1796
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
1797
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Input\TouchDevice.cs (4)
1002
routedEvent == Touch.
TouchDownEvent
)
1042
return Touch.
TouchDownEvent
;
1050
(routedEvent == Touch.
TouchDownEvent
) ||
1071
if (routedEvent == Touch.
TouchDownEvent
)