14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1620public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1627add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1628remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
784EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false); 3573public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 3580add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 3581remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1341public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1348add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1349remove { 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)
630if (routedEvent == Stylus.PreviewStylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2910args.RoutedEvent = Stylus.PreviewStylusButtonUpEvent;