14 references to TouchDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2075
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
2083
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
2084
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Generated\UIElement.cs (4)
811
EventManager.RegisterClassHandler(type, Touch.
TouchDownEvent
, new EventHandler<TouchEventArgs>(UIElement.OnTouchDownThunk), false);
4028
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
4036
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
4037
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Generated\UIElement3D.cs (3)
1796
public static readonly RoutedEvent TouchDownEvent = Touch.
TouchDownEvent
.AddOwner(_typeofThis);
1804
add { AddHandler(Touch.
TouchDownEvent
, value, false); }
1805
remove { RemoveHandler(Touch.
TouchDownEvent
, value); }
System\Windows\Input\TouchDevice.cs (4)
1012
routedEvent == Touch.
TouchDownEvent
)
1052
return Touch.
TouchDownEvent
;
1060
(routedEvent == Touch.
TouchDownEvent
) ||
1081
if (routedEvent == Touch.
TouchDownEvent
)