14 references to PreviewStylusButtonUpEvent
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (3)
1602public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1609add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1610remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
766EventManager.RegisterClassHandler(type, Stylus.PreviewStylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnPreviewStylusButtonUpThunk), false); 3555public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 3562add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 3563remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1332public static readonly RoutedEvent PreviewStylusButtonUpEvent = Stylus.PreviewStylusButtonUpEvent.AddOwner(_typeofThis); 1339add { AddHandler(Stylus.PreviewStylusButtonUpEvent, value, false); } 1340remove { RemoveHandler(Stylus.PreviewStylusButtonUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
554UIElement.AddHandler(element, PreviewStylusButtonUpEvent, handler); 564UIElement.RemoveHandler(element, PreviewStylusButtonUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
606if (routedEvent == Stylus.PreviewStylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2923args.RoutedEvent = Stylus.PreviewStylusButtonUpEvent;