14 references to PreviewStylusButtonDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1601public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1608add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1609remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
783EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonDownEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonDownThunk), false); 3554public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 3561add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 3562remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1322public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1329add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1330remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
534UIElement.AddHandler(element, PreviewStylusButtonDownEvent, handler); 544UIElement.RemoveHandler(element, PreviewStylusButtonDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
628if (routedEvent == Stylus.PreviewStylusButtonDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2906args.RoutedEvent = Stylus.PreviewStylusButtonDownEvent;