14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1618public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1625add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1626remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
782EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false); 3571public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 3578add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 3579remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1339public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1346add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1347remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
560UIElement.AddHandler(element, PreviewStylusButtonUpEvent, handler); 570UIElement.RemoveHandler(element, PreviewStylusButtonUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
623if (routedEvent == Stylus.PreviewStylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2910args.RoutedEvent = Stylus.PreviewStylusButtonUpEvent;