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