14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1603public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1610add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1611remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
767EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false); 3556public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 3563add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 3564remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1331public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1338add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1339remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
555UIElement.AddHandler(element, PreviewStylusButtonUpEvent, handler); 565UIElement.RemoveHandler(element, PreviewStylusButtonUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
607if (routedEvent == Stylus.PreviewStylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2924args.RoutedEvent = Stylus.PreviewStylusButtonUpEvent;