14 references to PreviewStylusButtonDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1584public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1591add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1592remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
766EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonDownEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonDownThunk), false); 3537public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 3544add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 3545remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1312public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1319add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1320remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
529UIElement.AddHandler(element, PreviewStylusButtonDownEvent, handler); 539UIElement.RemoveHandler(element, PreviewStylusButtonDownEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
605if (routedEvent == Stylus.PreviewStylusButtonDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2920args.RoutedEvent = Stylus.PreviewStylusButtonDownEvent;