15 references to StylusButtonUpEvent
PresentationCore (15)
System\Windows\Generated\ContentElement.cs (3)
1564public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1571add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1572remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement.cs (4)
764EventManager.RegisterClassHandler(type, Stylus.StylusButtonUpEvent, new StylusButtonEventHandler(UIElement.OnStylusButtonUpThunk), false); 3517public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 3524add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 3525remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Generated\UIElement3D.cs (3)
1294public static readonly RoutedEvent StylusButtonUpEvent = Stylus.StylusButtonUpEvent.AddOwner(_typeofThis); 1301add { AddHandler(Stylus.StylusButtonUpEvent, value, false); } 1302remove { RemoveHandler(Stylus.StylusButtonUpEvent, value); }
System\Windows\Input\Stylus\Common\Stylus.cs (2)
502UIElement.AddHandler(element, StylusButtonUpEvent, handler); 512UIElement.RemoveHandler(element, StylusButtonUpEvent, handler);
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
607return Stylus.StylusButtonUpEvent;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1041eventMain == Stylus.StylusButtonUpEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1425eventMain == Stylus.StylusButtonUpEvent)