14 references to PreviewStylusButtonDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1583public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1590add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1591remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
765EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonDownEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonDownThunk), false); 3536public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 3543add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 3544remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1313public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1320add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1321remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
528UIElement.AddHandler(element, PreviewStylusButtonDownEvent, handler); 538UIElement.RemoveHandler(element, PreviewStylusButtonDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
604if (routedEvent == Stylus.PreviewStylusButtonDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2919args.RoutedEvent = Stylus.PreviewStylusButtonDownEvent;