14 references to TouchDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2059
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
2067
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
2068
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
795
EventManager.RegisterClassHandler(type, Touch.
TouchDownEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchDownThunk), false);
4012
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
4020
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
4021
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1789
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
1797
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
1798
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Input\TouchDevice.cs (4)
1001
routedEvent == Touch.
TouchDownEvent
)
1041
return Touch.
TouchDownEvent
;
1049
(routedEvent == Touch.
TouchDownEvent
) ||
1070
if (routedEvent == Touch.
TouchDownEvent
)