15 references to StylusButtonUpEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1582public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1589add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1590remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
782EventManager.RegisterClassHandler(type, Stylus.StylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnStylusButtonUpThunk), false); 3535public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 3542add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 3543remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1303public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1310add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1311remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
508UIElement.AddHandler(element, StylusButtonUpEvent, handler); 518UIElement.RemoveHandler(element, StylusButtonUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
631return Stylus.StylusButtonUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1057eventMain == Stylus.StylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1424eventMain == Stylus.StylusButtonUpEvent)