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