14 references to PreviewStylusButtonDownEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1599public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1606add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1607remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement.cs (4)
781EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonDownEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonDownThunk), false); 3552public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 3559add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 3560remove { RemoveHandler(Stylus.PreviewStylusButtonDownEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1320public static readonly RoutedEvent PreviewStylusButtonDownEvent = Stylus.PreviewStylusButtonDownEvent.AddOwner(_typeofThis); 1327add { AddHandler(Stylus.PreviewStylusButtonDownEvent, value, false); } 1328remove { 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)
621if (routedEvent == Stylus.PreviewStylusButtonDownEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2906args.RoutedEvent = Stylus.PreviewStylusButtonDownEvent;