14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1614public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1621add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1622remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
778EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false); 3567public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 3574add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 3575remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1333public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1340add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1341remove { 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)
613if (routedEvent == Stylus.PreviewStylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2901args.RoutedEvent = Stylus.PreviewStylusButtonUpEvent;