14 references to TouchDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
2077public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.AddOwner(_typeofThis); 2085add { AddHandler(Touch.TouchDownEvent, value, false); } 2086remove { RemoveHandler(Touch.TouchDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
813EventManager.RegisterClassHandler(type, Touch.TouchDownEvent, new EventHandler<TouchEventArgs>(UIElement.OnTouchDownThunk), false); 4030public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.AddOwner(_typeofThis); 4038add { AddHandler(Touch.TouchDownEvent, value, false); } 4039remove { RemoveHandler(Touch.TouchDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1798public static readonly RoutedEvent TouchDownEvent = Touch.TouchDownEvent.AddOwner(_typeofThis); 1806add { AddHandler(Touch.TouchDownEvent, value, false); } 1807remove { RemoveHandler(Touch.TouchDownEvent, value); }
System\Windows\Input\TouchDevice.cs (4)
1012routedEvent == Touch.TouchDownEvent) 1052return Touch.TouchDownEvent; 1060(routedEvent == Touch.TouchDownEvent) || 1081if (routedEvent == Touch.TouchDownEvent)