14 references to TouchDownEvent
PresentationCore (14)
Core\CSharp\System\Windows\Generated\ContentElement.cs (3)
2135
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
2143
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
2144
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
876
EventManager.RegisterClassHandler(type, Touch.
TouchDownEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchDownThunk), false);
4413
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
4421
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
4422
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
Core\CSharp\System\Windows\Generated\UIElement3D.cs (3)
1841
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
1849
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
1850
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
Core\CSharp\System\Windows\Input\TouchDevice.cs (4)
1101
routedEvent == Touch.
TouchDownEvent
)
1141
return Touch.
TouchDownEvent
;
1149
(routedEvent == Touch.
TouchDownEvent
) ||
1170
if (routedEvent == Touch.
TouchDownEvent
)